Skip to content

Commit d5ca756

Browse files
authored
Merge pull request #17 from swhitty/Xcode-26.2
Xcode 26.2
2 parents 66e8514 + 3ff905e commit d5ca756

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

.github/workflows/build.yml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
xcode_16_4:
10-
runs-on: macos-15
9+
xcode_26_2:
10+
runs-on: macos-26
1111
env:
12-
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
12+
DEVELOPER_DIR: /Applications/Xcode_26.2.app/Contents/Developer
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
@@ -32,10 +32,24 @@ jobs:
3232
junit: result-swift-testing.xml
3333
coverage: .build/debug/codecov/KeyValueCoder.json
3434

35-
xcode_26:
35+
xcode_26_1:
3636
runs-on: macos-15
3737
env:
38-
DEVELOPER_DIR: /Applications/Xcode_26.0.app/Contents/Developer
38+
DEVELOPER_DIR: /Applications/Xcode_26.1.1.app/Contents/Developer
39+
steps:
40+
- name: Checkout
41+
uses: actions/checkout@v4
42+
- name: Version
43+
run: swift --version
44+
- name: Build
45+
run: swift build --build-tests
46+
- name: Test
47+
run: swift test --skip-build
48+
49+
xcode_16_4:
50+
runs-on: macos-15
51+
env:
52+
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
3953
steps:
4054
- name: Checkout
4155
uses: actions/checkout@v4

0 commit comments

Comments
 (0)