Skip to content

Commit 94fb287

Browse files
committed
Update swift.yml
Add macOS 26 and Xcode 26
1 parent 15bab75 commit 94fb287

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/swift.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ on:
1010
branches: [ "main" ]
1111

1212
jobs:
13+
xcode-26:
14+
runs-on: macos-26
15+
env:
16+
DEVELOPER_DIR: /Applications/Xcode_26.app/Contents/Developer
17+
steps:
18+
- uses: actions/checkout@v4
19+
- name: Version
20+
run: swift --version
21+
- name: Build
22+
run: swift build -v
23+
# - name: Test
24+
# run: swift test -v
25+
1326
xcode-16-3:
1427
runs-on: macos-15
1528
env:

0 commit comments

Comments
 (0)