Skip to content

Commit

Permalink
ci: use macos-12 to build the native library (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgiannuzzi authored Jun 24, 2024
1 parent 9372d5f commit 35d7ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: github.event_name == 'schedule' || github.event_name == 'push' || github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id
strategy:
matrix:
os: [ubuntu-20.04, macos-11, windows-2022]
os: [ubuntu-20.04, macos-12, windows-2022]
arch: [x64, arm64]
exclude:
- os: windows-2022
Expand Down

0 comments on commit 35d7ef3

Please sign in to comment.