Skip to content

Commit a807092

Browse files
authored
CI: macos-10.15 -> macos-11 (#9087)
macOS-10.15 deprecated and remove soon GitHub Actions. We needs migrate to macos-11 (Big Sur)
1 parent 1ce2b56 commit a807092

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
@@ -105,7 +105,7 @@ jobs:
105105
debug: [true, false]
106106
zts: [true, false]
107107
name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
108-
runs-on: macos-10.15
108+
runs-on: macos-11
109109
steps:
110110
- name: git checkout
111111
uses: actions/checkout@v2

.github/workflows/push.yml

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

0 commit comments

Comments
 (0)