File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 27
27
build-env :
28
28
- os : macos-14
29
29
xcode : Xcode_15.2
30
+ swift_version : 5.9
30
31
- os : macos-15
31
32
xcode : Xcode_16.2
33
+ swift_version : 5.9
34
+ # - os: macos-15
35
+ # xcode: Xcode_16.2
36
+ # swift_version: 6.0
32
37
runs-on : ${{ matrix.build-env.os }}
33
38
steps :
34
39
- uses : actions/checkout@v4
37
42
run : scripts/setup_bundler.sh
38
43
- name : Xcode
39
44
run : sudo xcode-select -s /Applications/${{ matrix.build-env.xcode }}.app/Contents/Developer
45
+ - name : Set Swift swift_version
46
+ run : sed -i "" "s/s.swift_version[[:space:]]*=[[:space:]]*'5.9'/s.swift_version = '${{ matrix.build-env.swift_version }}'/" FirebaseSharedSwift.podspec
40
47
- name : Build and test
41
48
run : scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseSharedSwift.podspec --platforms=${{ matrix.target }}
42
49
You can’t perform that action at this time.
0 commit comments