Skip to content

Commit

Permalink
update macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Dec 4, 2024
1 parent e4d82d3 commit aa6d92b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aa6d92b

Please sign in to comment.