1111jobs :
1212 env-details-Xcode-13 :
1313 name : Environment details Xcode 13
14- runs-on : macOS-11
14+ runs-on : macOS-12
1515 env :
16- DEVELOPER_DIR : /Applications/Xcode_13.0 .app/Contents/Developer
16+ DEVELOPER_DIR : /Applications/Xcode_13.4.1 .app/Contents/Developer
1717 steps :
1818 - name : xcode version
1919 run : xcodebuild -version -sdk
@@ -22,11 +22,11 @@ jobs:
2222 run : |
2323 xcrun simctl delete unavailable
2424 xcrun simctl list
25- env-details-Xcode-12 :
26- name : Environment details Xcode 12
25+ env-details-Xcode-13 :
26+ name : Environment details Xcode 13
2727 runs-on : macOS-11
2828 env :
29- DEVELOPER_DIR : /Applications/Xcode_12.5 .1.app/Contents/Developer
29+ DEVELOPER_DIR : /Applications/Xcode_13.2 .1.app/Contents/Developer
3030 steps :
3131 - name : xcode version
3232 run : xcodebuild -version -sdk
3838
3939 Xcode-13 :
4040 name : Xcode 13
41- runs-on : macOS-11
41+ runs-on : macOS-12
4242 env :
43- DEVELOPER_DIR : /Applications/Xcode_13.0 .app/Contents/Developer
43+ DEVELOPER_DIR : /Applications/Xcode_13.4.1 .app/Contents/Developer
4444 strategy :
4545 matrix :
4646 destination : ["test_ios15", "test_tvos15", "build_macos_catalyst"]
@@ -50,21 +50,21 @@ jobs:
5050 - name : ruby setup
5151 uses : ruby/setup-ruby@v1
5252 with :
53- ruby-version : 2.7
53+ ruby-version : 3.1.2
5454 bundler-cache : true
5555 - name : ${{ matrix.destination }}
5656 run : bundle exec fastlane ${{ matrix.destination }}
5757 - name : Generate code coverage
5858 if : matrix.destination != 'build_macos_catalyst'
5959 run : bundle exec fastlane generate_code_coverage
6060 - name : Codecov
61- uses : codecov/codecov-action@v2
61+ uses : codecov/codecov-action@v3
6262
6363 Xcode-12 :
6464 name : Xcode 12
6565 runs-on : macOS-11
6666 env :
67- DEVELOPER_DIR : /Applications/Xcode_12.5 .1.app/Contents/Developer
67+ DEVELOPER_DIR : /Applications/Xcode_13.2 .1.app/Contents/Developer
6868 strategy :
6969 matrix :
7070 destination : ["test_ios14", "test_tvos14", "build_macos_catalyst"]
@@ -74,12 +74,12 @@ jobs:
7474 - name : ruby setup
7575 uses : ruby/setup-ruby@v1
7676 with :
77- ruby-version : 2.7
77+ ruby-version : 3.1.2
7878 bundler-cache : true
7979 - name : ${{ matrix.destination }}
8080 run : bundle exec fastlane ${{ matrix.destination }}
8181 - name : Generate code coverage
8282 if : matrix.destination != 'build_macos_catalyst'
8383 run : bundle exec fastlane generate_code_coverage
8484 - name : Codecov
85- uses : codecov/codecov-action@v2
85+ uses : codecov/codecov-action@v3
0 commit comments