File tree 6 files changed +12
-12
lines changed
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
# This information is extracted from the MacOS runner specs located at:
2
- # https://github.com/actions/runner-images/blob/main/images/macos/macos-12 -Readme.md
2
+ # https://github.com/actions/runner-images/blob/main/images/macos/macos-13 -Readme.md
3
3
#
4
4
# When updating, also ensure the "xcode_destination" entries in
5
5
# `.github/workflows/test_objectivec.yml` are supported for the given versions
Original file line number Diff line number Diff line change @@ -314,12 +314,12 @@ jobs:
314
314
matrix :
315
315
include :
316
316
- name : MacOS
317
- os : macos-12
318
- cache_key : macos-12
317
+ os : macos-13
318
+ cache_key : macos-13
319
319
bazel : test //src/...
320
320
- name : MacOS Apple Silicon (build only)
321
- os : macos-12
322
- cache_key : macos-12 -arm
321
+ os : macos-13
322
+ cache_key : macos-13 -arm
323
323
# Current github runners are all Intel based, so just build/compile
324
324
# for Apple Silicon to detect issues there.
325
325
bazel : build --cpu=darwin_arm64 //src/...
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
destination : " platform=macOS"
26
26
xc_project : " ProtocolBuffers_OSX.xcodeproj"
27
27
- platform : " iOS"
28
- destination : " platform=iOS Simulator,name=iPhone 13 ,OS=latest"
28
+ destination : " platform=iOS Simulator,name=iPhone 14 ,OS=latest"
29
29
xc_project : " ProtocolBuffers_iOS.xcodeproj"
30
30
31
31
name : Xcode ${{ matrix.platform}} ${{ matrix.xc_config }}
32
- runs-on : macos-12
32
+ runs-on : macos-13
33
33
env :
34
34
DEVELOPER_DIR : /Applications/Xcode_14.1.app/Contents/Developer
35
35
steps :
72
72
PLATFORM : ["ios", "macos", "tvos"]
73
73
CONFIGURATION : ["Debug", "Release"]
74
74
name : CocoaPods ${{ matrix.PLATFORM}} ${{ matrix.CONFIGURATION}}
75
- runs-on : macos-12
75
+ runs-on : macos-13
76
76
env :
77
77
DEVELOPER_DIR : /Applications/Xcode_14.1.app/Contents/Developer
78
78
steps :
@@ -115,7 +115,7 @@ jobs:
115
115
- platform : " macOS"
116
116
bazel_targets : //objectivec/...
117
117
name : Bazel ${{ matrix.platform }} ${{ matrix.config.name }}
118
- runs-on : macos-12
118
+ runs-on : macos-13
119
119
steps :
120
120
- name : Checkout pending changes
121
121
uses : protocolbuffers/protobuf-ci/checkout@v2
Original file line number Diff line number Diff line change 64
64
flags : --define=use_fast_cpp_protos=true
65
65
66
66
name : MacOS ${{ matrix.type }} ${{ matrix.version }}
67
- runs-on : macos-12
67
+ runs-on : macos-13
68
68
steps :
69
69
- name : Checkout pending changes
70
70
uses : protocolbuffers/protobuf-ci/checkout@v2
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
# - { version: "3.2", ffi: FFI }
126
126
127
127
name : MacOS Ruby ${{ matrix.version }}${{ matrix.ffi == 'FFI' && ' FFI' || '' }}
128
- runs-on : macos-12
128
+ runs-on : macos-13
129
129
steps :
130
130
- name : Checkout pending changes
131
131
uses : protocolbuffers/protobuf-ci/checkout@v2
Original file line number Diff line number Diff line change 89
89
- { name: "macOS", bazel-command: "test" }
90
90
- { name: "macOS ARM (build only)", bazel-command: "build", flags: "--cpu=darwin_arm64" }
91
91
name : ${{ matrix.config.name }}
92
- runs-on : macos-12
92
+ runs-on : macos-13
93
93
steps :
94
94
- name : Checkout pending changes
95
95
uses : protocolbuffers/protobuf-ci/checkout@v2
You can’t perform that action at this time.
0 commit comments