Skip to content

Commit

Permalink
Merge pull request pistacheio#1269 from dgreatwood/macOS12Remove
Browse files Browse the repository at this point in the history
Remove macOS 12 Scenarios from GitHub Runner macos.yaml
  • Loading branch information
kiplingw authored Dec 5, 2024
2 parents ced7d26 + 6e77253 commit 6e59eb2
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.20241122
0.4.23.20241204

0 comments on commit 6e59eb2

Please sign in to comment.