diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50a7fcacd..71ff7c6ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: runs-on: ${{ matrix.operating-system }} strategy: matrix: - operating-system: [ubuntu-latest, windows-latest, macos-latest] + operating-system: [ubuntu-latest, windows-latest, macos-13] steps: - uses: actions/checkout@v3 with: