Skip to content

Commit

Permalink
ci: update macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Neverous committed Oct 11, 2024
1 parent 807e84b commit 1dfbe5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-13, macos-14]
os: [macos-13, macos-14, macos-15]
compiler:
- Clang

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-13, macos-14]
os: [macos-13, macos-14, macos-15]
compiler:
- Clang

Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-13, macos-14]
os: [macos-13, macos-14, macos-15]
compiler:
- Clang
extension:
Expand Down

0 comments on commit 1dfbe5d

Please sign in to comment.