File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,19 @@ jobs:
2020 strategy :
2121 matrix :
2222 target : [ios, tvos, macos, watchos]
23- os : [macos-14]
24- xcode : [Xcode_15.2, Xcode_16]
25- runs-on : ${{ matrix.os }}
23+ build-env :
24+ - os : macos-14
25+ xcode : Xcode_15.2
26+ - os : macos-15
27+ xcode : Xcode_16.1
28+ runs-on : ${{ matrix.build-env.os }}
2629 steps :
2730 - uses : actions/checkout@v4
2831 - uses : ruby/setup-ruby@v1
2932 - name : Setup Bundler
3033 run : scripts/setup_bundler.sh
3134 - name : Xcode
32- run : sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
35+ run : sudo xcode-select -s /Applications/${{ matrix.build-env. xcode }}.app/Contents/Developer
3336 - name : Build and test
3437 run : scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseCoreExtension.podspec --platforms=${{ matrix.target }}
3538
You can’t perform that action at this time.
0 commit comments