diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6765df47..57c60089 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,10 +70,10 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2019, macos-12] + os: [windows-2019, macos-13] node_api_target: ['14.0.0', '15.0.0', '16.0.0', '17.0.1', '18.0.0', '20.0.0', '21.2.0', '22.0.0'] include: - - os: macos-12 + - os: macos-13 python_version: '3.11' runs-on: ${{ matrix.os }} steps: