Skip to content

Commit

Permalink
fix(CI): update macOS version from 12 to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Dec 17, 2024
1 parent d0376f3 commit 2116e76
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 @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, ubuntu-24.04]
os: [macos-14, ubuntu-24.04]

steps:
- name: Checkout code
Expand Down

0 comments on commit 2116e76

Please sign in to comment.