Skip to content

Commit 8532bad

Browse files
committed
CI: macos-10.15 -> macos-11
1 parent da94baf commit 8532bad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
debug: [true, false]
110110
zts: [true, false]
111111
name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
112-
runs-on: macos-10.15
112+
runs-on: macos-11
113113
steps:
114114
- name: git checkout
115115
uses: actions/checkout@v2

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Verify generated files are up to date
6464
uses: ./.github/actions/verify-generated-files
6565
MACOS_DEBUG_NTS:
66-
runs-on: macos-10.15
66+
runs-on: macos-11
6767
steps:
6868
- name: git checkout
6969
uses: actions/checkout@v2

0 commit comments

Comments
 (0)