Skip to content

Commit 2a6f137

Browse files
committed
Use Xcode 15 on CI
1 parent c4eb607 commit 2a6f137

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
args: --strict
1414

1515
macOS:
16-
runs-on: macos-12
16+
runs-on: macos-13
1717
env:
18-
XCODE_VERSION: ${{ '14.2' }}
18+
XCODE_VERSION: ${{ '15.0' }}
1919
steps:
2020
- name: Select Xcode
2121
run: "sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app"

0 commit comments

Comments
 (0)