Skip to content

Commit

Permalink
Fix: Remove macOS 12 from GitHub Runner macos.yaml
Browse files Browse the repository at this point in the history
* GitHub fully deprecated support for their macOS 12 image as of Dec
3rd 2024 per: actions/runner-images#10721
  • Loading branch information
dgreatwood committed Dec 24, 2024
1 parent fe5a5a5 commit 8a505c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ 'macos-12', 'macos-13', 'macos-14', 'macos-15' ]
os: [ 'macos-13', 'macos-14', 'macos-15' ]
compiler: [ 'gcc', 'clang' ]
sanitizer: [ 'address', 'undefined', 'none' ]
tls: [ 'true', 'false' ]
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.22.20241223
0.4.23.20241204

0 comments on commit 8a505c0

Please sign in to comment.