Skip to content

Commit

Permalink
ci: use macOS 14 as macOS 12 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Dec 10, 2024
1 parent c14b748 commit be38d98
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 @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2019, macos-12]
os: [ubuntu-22.04, windows-2019, macos-14]

steps:
- name: Checkout rz-bindgen
Expand Down

0 comments on commit be38d98

Please sign in to comment.