Skip to content

Commit 9e8fd34

Browse files
committed
ci: fix 'swiftpm' job
1 parent 612082c commit 9e8fd34

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,15 @@ jobs:
100100
- platform: iphoneos
101101
arch: x86_64
102102
include:
103+
# 26.0.1
104+
- platform: iphoneos
105+
xcode: "26.0.1"
106+
sys: "ios26.0"
107+
runs-on: macos-15
108+
- platform: iphonesimulator
109+
xcode: "26.0.1"
110+
sys: "ios26.0-simulator"
111+
runs-on: macos-15
103112
# 18.5
104113
- platform: iphoneos
105114
xcode: "16.4"

0 commit comments

Comments
 (0)