File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ concurrency:
1414
1515jobs :
1616 ios-latest :
17- name : Unit Tests (iOS 17.5 , Xcode 15.4 )
18- runs-on : macos-14
17+ name : Unit Tests (iOS 26.0 , Xcode 26.0.1 )
18+ runs-on : macos-26
1919 steps :
2020 - uses : actions/checkout@v4
2121 - uses : maxim-lobanov/setup-xcode@v1
2222 with :
23- xcode-version : ' 15.4 '
23+ xcode-version : ' 26.0.1 '
2424 - name : Run Tests
2525 run : |
26- Scripts/test.sh -s "SwiftLocation" -d "platform=iOS Simulator,OS=17.5 ,name=iPhone 15 Pro"
26+ Scripts/test.sh -s "SwiftLocation" -d "platform=iOS Simulator,OS=26.0 ,name=iPhone 17 Pro"
2727 # macos-latest:
2828 # name: Unit Tests (macOS, Xcode 14.3.1)
2929 # runs-on: macOS-13
@@ -34,13 +34,13 @@ jobs:
3434 # - name: Run Tests
3535 # run: Scripts/test.sh -d "platform=macOS"
3636 tvos-latest :
37- name : Unit Tests (tvOS 17.5 , Xcode 15.4 )
38- runs-on : macos-14
37+ name : Unit Tests (tvOS 26.0 , Xcode 26.0.1 )
38+ runs-on : macos-26
3939 steps :
4040 - uses : actions/checkout@v4
4141 - uses : maxim-lobanov/setup-xcode@v1
4242 with :
43- xcode-version : ' 15.4 '
43+ xcode-version : ' 26.0.1 '
4444 - name : Run Tests
4545 run : |
46- Scripts/test.sh -s "SwiftLocation" -d "platform=tvOS Simulator,OS=17.5 ,name=Apple TV 4K (3rd generation)"
46+ Scripts/test.sh -s "SwiftLocation" -d "platform=tvOS Simulator,OS=26.0 ,name=Apple TV 4K (3rd generation)"
You can’t perform that action at this time.
0 commit comments