Skip to content

Commit e14a6e1

Browse files
committed
more ci updates
1 parent ae83036 commit e14a6e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: webfactory/[email protected]
6161
with:
6262
ssh-private-key: ${{ secrets.SOVRAN_SSH_KEY }}
63-
- run: xcodebuild -scheme Segment test -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16'
63+
- run: xcodebuild -scheme Segment test -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 17'
6464

6565
build_and_test_tvos:
6666
needs: cancel_previous
@@ -107,11 +107,11 @@ jobs:
107107

108108
build_and_test_examples:
109109
needs: cancel_previous
110-
runs-on: macos-15
110+
runs-on: macos-26
111111
steps:
112112
- uses: maxim-lobanov/setup-xcode@v1
113113
with:
114-
xcode-version: "16.2"
114+
xcode-version: "26"
115115
- uses: actions/checkout@v2
116116
- uses: webfactory/[email protected]
117117
with:

0 commit comments

Comments
 (0)