Skip to content

Commit c9b00d0

Browse files
committed
Move to macos-13 runners
Macos-12 runners are deprecated and are refusing to run.
1 parent cbe1897 commit c9b00d0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/__go-tracing-autobuilder.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-custom-build-steps.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-legacy-workflow.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__multi-language-autodetect.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def writeHeader(checkStream):
8383
# "macos-latest" is now an ARM runner, so we run tests on the old CLIs on Intel runners instead.
8484
if version in ["stable-v2.14.6"] and runnerImage == "macos-latest":
8585
matrix.append({
86-
'os': "macos-12",
86+
'os': "macos-13",
8787
'version': version
8888
})
8989
else:

0 commit comments

Comments
 (0)