File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2222 config : ['debug', 'release']
2323 steps :
2424 - uses : actions/checkout@v3
25- - name : Select Xcode 15.4
26- run : sudo xcode-select -s /Applications/Xcode_15.4 .app
25+ - name : Select Xcode 16.3
26+ run : sudo xcode-select -s /Applications/Xcode_16.3 .app
2727 - name : Run ${{ matrix.config }} tests
2828 run : CONFIG=${{ matrix.config }} make test-library
2929 - name : Build platforms ${{ matrix.config }}
3434 runs-on : macos-14
3535 steps :
3636 - uses : actions/checkout@v3
37- - name : Select Xcode 15.4
38- run : sudo xcode-select -s /Applications/Xcode_15.4 .app
37+ - name : Select Xcode 16.3
38+ run : sudo xcode-select -s /Applications/Xcode_16.3 .app
3939 - name : Build for library evolution
4040 run : make build-for-library-evolution
4141
4747 config : ['debug', 'release']
4848 steps :
4949 - uses : actions/checkout@v3
50- - name : Select Xcode 15.4
51- run : sudo xcode-select -s /Applications/Xcode_15.4 .app
50+ - name : Select Xcode 16.3
51+ run : sudo xcode-select -s /Applications/Xcode_16.3 .app
5252 - name : Run ${{ matrix.config }} tests
5353 run : CONFIG=${{ matrix.config }} make test-library
5454 - name : Build platforms ${{ matrix.config }}
Original file line number Diff line number Diff line change 11CONFIG = debug
2- PLATFORM_IOS = iOS Simulator,name=iPhone 15 Pro Max
2+ PLATFORM_IOS = iOS Simulator,name=iPhone 16 Pro Max
33PLATFORM_MACOS = macOS
44PLATFORM_MAC_CATALYST = macOS,variant=Mac Catalyst
55PLATFORM_TVOS = tvOS Simulator,name=Apple TV
6- PLATFORM_WATCHOS = watchOS Simulator,name=Apple Watch Series 7 (45mm)
6+ PLATFORM_WATCHOS = watchOS Simulator,name=Apple Watch Series 8 (45mm)
77
88CONFIG = debug
99
You can’t perform that action at this time.
0 commit comments