diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75ab143..3724e61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: jobs: test: name: 'Test' - runs-on: ubuntu-latest + runs-on: circle-large steps: - name: Check out repository code uses: actions/checkout@v3