@@ -36,17 +36,17 @@ jobs:
3636 destination : " platform=macOS"
3737 xc_project : " ProtocolBuffers_OSX.xcodeproj"
3838 - platform : " iOS"
39- destination : " platform=iOS Simulator,name=iPhone 14 ,OS=latest"
39+ destination : " platform=iOS Simulator,name=iPhone 15 ,OS=latest"
4040 xc_project : " ProtocolBuffers_iOS.xcodeproj"
4141 # We run presubmits on all "Debug" entries, but not on "Release" entries
4242 - xc_config : " Debug"
4343 - xc_config : " Release"
4444 continuous-only : true
4545
4646 name : ${{ matrix.continuous-only && inputs.continuous-prefix || '' }} Xcode ${{ matrix.platform}} ${{ matrix.xc_config }}
47- runs-on : macos-13
47+ runs-on : macos-14
4848 env :
49- DEVELOPER_DIR : /Applications/Xcode_14.1 .app/Contents/Developer
49+ DEVELOPER_DIR : /Applications/Xcode_15.2 .app/Contents/Developer
5050 steps :
5151 - name : Checkout pending changes
5252 if : ${{ !matrix.continuous-only || inputs.continuous-run }}
6767 env :
6868 CC : ${{ github.workspace }}/ci/clang_wrapper
6969 CXX : ${{ github.workspace }}/ci/clang_wrapper++
70+ CODE_SIGN_IDENTITY : " -"
7071 with :
7172 credentials : ${{ secrets.GAR_SERVICE_ACCOUNT }}
7273 bazel-version : 8.0.1
9192 PLATFORM : ["ios", "macos", "tvos", "watchos"]
9293 CONFIGURATION : ["Debug", "Release"]
9394 include :
94- - OS : macos-13
95- XCODE : " 14.1 "
95+ - OS : macos-14
96+ XCODE : " 15.2 "
9697 # We run presubmits on all "Debug" entries, but not on "Release" entries
9798 - CONFIGURATION : " Debug"
9899 - CONFIGURATION : " Release"
@@ -149,7 +150,7 @@ jobs:
149150 - platform : " macOS"
150151 bazel_targets : //objectivec/...
151152 name : ${{ matrix.config.continuous-only && inputs.continuous-prefix || '' }} Bazel ${{ matrix.platform }} ${{ matrix.config.name }}
152- runs-on : macos-13
153+ runs-on : macos-14
153154 steps :
154155 - name : Checkout pending changes
155156 if : ${{ !matrix.config.continuous-only || inputs.continuous-run }}
0 commit comments