File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,19 +20,19 @@ jobs:
2020 strategy :
2121 matrix :
2222 target : [ios, tvos, macos, watchos]
23- include :
23+ build-env :
2424 - os : macos-14
2525 xcode : Xcode_15.2
2626 - os : macos-15
2727 xcode : Xcode_16.1
28- runs-on : ${{ matrix.os }}
28+ runs-on : ${{ matrix.build-env. os }}
2929 steps :
3030 - uses : actions/checkout@v4
3131 - uses : ruby/setup-ruby@v1
3232 - name : Setup Bundler
3333 run : scripts/setup_bundler.sh
3434 - name : Xcode
35- 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
3636 - name : Build and test
3737 run : scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseCoreExtension.podspec --platforms=${{ matrix.target }}
3838
You can’t perform that action at this time.
0 commit comments