Skip to content

Commit 55ed769

Browse files
committed
Upgrade to macOS 12 in CI
We get some mysterious failures on macOS on GA with no evident error. This is a blind attempt to solve it. There are many similar reports but there's no clear resolution. actions/runner-images#7509 (comment) Closes GH-12210
1 parent 747335f commit 55ed769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
debug: [true, false]
202202
zts: [true, false]
203203
name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
204-
runs-on: macos-11
204+
runs-on: macos-12
205205
steps:
206206
- name: git checkout
207207
uses: actions/checkout@v4

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Verify generated files are up to date
9393
uses: ./.github/actions/verify-generated-files
9494
MACOS_DEBUG_NTS:
95-
runs-on: macos-11
95+
runs-on: macos-12
9696
steps:
9797
- name: git checkout
9898
uses: actions/checkout@v4

0 commit comments

Comments
 (0)