|
25 | 25 | # Package Unit Tests (standalone, no emulator needed) |
26 | 26 | unit-tests: |
27 | 27 | name: Package Unit Tests |
28 | | - runs-on: macos-15 |
| 28 | + runs-on: macos-26 |
29 | 29 | timeout-minutes: 15 |
30 | 30 | steps: |
31 | 31 | - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 |
|
34 | 34 | run: gem install xcpretty |
35 | 35 |
|
36 | 36 | - name: Select Xcode version |
37 | | - run: sudo xcode-select -switch /Applications/Xcode_16.4.app/Contents/Developer |
| 37 | + run: sudo xcode-select -switch /Applications/Xcode_26.0.1.app/Contents/Developer |
38 | 38 |
|
39 | 39 | - name: Run FirebaseSwiftUI Package Unit Tests |
40 | 40 | run: | |
|
62 | 62 | # Integration Tests (requires emulator) |
63 | 63 | integration-tests: |
64 | 64 | name: Integration Tests |
65 | | - runs-on: macos-15 |
| 65 | + runs-on: macos-26 |
66 | 66 | timeout-minutes: 20 |
67 | 67 | steps: |
68 | 68 | - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 |
|
90 | 90 | run: gem install xcpretty |
91 | 91 |
|
92 | 92 | - name: Select Xcode version |
93 | | - run: sudo xcode-select -switch /Applications/Xcode_16.4.app/Contents/Developer |
| 93 | + run: sudo xcode-select -switch /Applications/Xcode_26.0.1.app/Contents/Developer |
94 | 94 |
|
95 | 95 | - name: Build for Integration Tests |
96 | 96 | run: | |
@@ -128,7 +128,7 @@ jobs: |
128 | 128 | # UI Tests (requires emulator) |
129 | 129 | ui-tests: |
130 | 130 | name: UI Tests |
131 | | - runs-on: macos-15 |
| 131 | + runs-on: macos-26 |
132 | 132 | timeout-minutes: 40 |
133 | 133 | steps: |
134 | 134 | - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 |
@@ -156,7 +156,7 @@ jobs: |
156 | 156 | run: gem install xcpretty |
157 | 157 |
|
158 | 158 | - name: Select Xcode version |
159 | | - run: sudo xcode-select -switch /Applications/Xcode_16.4.app/Contents/Developer |
| 159 | + run: sudo xcode-select -switch /Applications/Xcode_26.0.1.app/Contents/Developer |
160 | 160 |
|
161 | 161 | - name: Build for UI Tests |
162 | 162 | run: | |
|
0 commit comments