diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4963743342e1..229de6f55dbe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: name: Test strategy: matrix: - platform: [macos-latest] + platform: [macos-latest-xlarge] runs-on: ${{ matrix.platform }} steps: - name: Checkout code @@ -20,7 +20,7 @@ jobs: - name: Set up Go 1.21 uses: actions/setup-go@v4 with: - go-version: "1.21.0" + go-version: "1.21" cache: true - name: Test run: make GO_TAGS="nodocker" test