Skip to content

Commit

Permalink
Merge pull request #44 from dpogue/mac-ci-fix
Browse files Browse the repository at this point in the history
macOS 12 runner for GitHub Actions is deprecated
zrax authored Jan 10, 2025
2 parents 1aa4576 + 6af011a commit 545a6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
@@ -43,9 +43,9 @@ jobs:
strategy:
matrix:
cfg:
- { os: macOS-12, xcode: Xcode_13.4.1 }
- { os: macOS-13, xcode: Xcode_14.3.1 }
- { os: macOS-14, xcode: Xcode_15.3 }
- { os: macOS-15, xcode: Xcode_16.2 }
steps:
- uses: actions/checkout@v4
with:

0 comments on commit 545a6d5

Please sign in to comment.