Skip to content

Commit 545a6d5

Browse files
authored
Merge pull request #44 from dpogue/mac-ci-fix
macOS 12 runner for GitHub Actions is deprecated
2 parents 1aa4576 + 6af011a commit 545a6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
strategy:
4444
matrix:
4545
cfg:
46-
- { os: macOS-12, xcode: Xcode_13.4.1 }
4746
- { os: macOS-13, xcode: Xcode_14.3.1 }
4847
- { os: macOS-14, xcode: Xcode_15.3 }
48+
- { os: macOS-15, xcode: Xcode_16.2 }
4949
steps:
5050
- uses: actions/checkout@v4
5151
with:

0 commit comments

Comments
 (0)