Skip to content

Commit 6cefa8f

Browse files
victoryforceTurboGit
authored andcommitted
CI: Bump macOS arm64 job to macOS 15
1 parent 65f57fd commit 6cefa8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ jobs:
309309
fail-fast: true
310310
matrix:
311311
build:
312-
- { os: macos-13, xcode: 15.2, deployment: 13.5 } # LLVM16, x86_64
313-
- { os: macos-14, xcode: 16.1, deployment: 14.0 } # LLVM16, arm64
312+
- { os: macos-13, xcode: 15.2, deployment: 13.5 } # AppleClang 15, x86_64
313+
- { os: macos-15, xcode: 16.3, deployment: 15.0 } # AppleClang 17, arm64
314314
compiler:
315315
- { compiler: XCode, CC: cc, CXX: c++ }
316316
btype: [ Release ]

0 commit comments

Comments
 (0)