Skip to content

Commit

Permalink
CI: modernize macos versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chipitsine committed Dec 14, 2024
1 parent e475d70 commit 18cbd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build_and_test:
strategy:
matrix:
os: [macos-14, macos-13, macos-12]
os: [macos-15, macos-14, macos-13]
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 18cbd46

Please sign in to comment.