We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3bce23 + 55ed769 commit 1cf6e12Copy full SHA for 1cf6e12
.github/workflows/nightly.yml
@@ -205,7 +205,7 @@ jobs:
205
debug: [true, false]
206
zts: [true, false]
207
name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
208
- runs-on: macos-11
+ runs-on: macos-12
209
steps:
210
- name: git checkout
211
uses: actions/checkout@v4
.github/workflows/push.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Verify generated files are up to date
97
uses: ./.github/actions/verify-generated-files
98
MACOS_DEBUG_NTS:
99
100
101
102
0 commit comments