Skip to content

Commit e0fe546

Browse files
committed
Pin Xcode version
1 parent 43f03d0 commit e0fe546

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ on:
88

99
jobs:
1010
macos-test:
11-
runs-on: macos-latest
11+
runs-on: macos-14
1212

1313
steps:
1414
- name: Check out code
1515
uses: actions/checkout@v4
1616

17+
- name: Select Xcode 16.3
18+
run: sudo xcode-select -s /Applications/Xcode_15.3.app
19+
1720
- uses: swift-actions/setup-swift@v2
1821
with:
1922
swift-version: "6.1"

0 commit comments

Comments
 (0)