diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9f6d67b..a16f482e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: node: [14.x, 16.x, 18.x, 19.x] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-14, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3