We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d77746 + a807092 commit 4d7ccbbCopy full SHA for 4d7ccbb
.github/workflows/nightly.yml
@@ -105,7 +105,7 @@ jobs:
105
debug: [true, false]
106
zts: [true, false]
107
name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
108
- runs-on: macos-10.15
+ runs-on: macos-11
109
steps:
110
- name: git checkout
111
uses: actions/checkout@v2
.github/workflows/push.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Verify generated files are up to date
61
uses: ./.github/actions/verify-generated-files
62
MACOS_DEBUG_NTS:
63
64
65
66
0 commit comments