diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2506993d71..276cb6563d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: go-version: [1.20.x, 1.21.x, 1.22.x] - platform: [ubuntu-latest, windows-latest, macos-latest] + platform: [ubuntu-latest, windows-latest, macos-latest, macos-14] runs-on: ${{ matrix.platform }} steps: - name: Fetch Repository