CI: update macos container version (#8197)
This commit is contained in:
parent
4ea51b6e96
commit
14cd2641e0
3 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -149,7 +149,7 @@ jobs:
|
|||
|
||||
macos:
|
||||
|
||||
runs-on: macOS-10.15
|
||||
runs-on: macos-11
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
|
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
|
||||
macos:
|
||||
|
||||
runs-on: macOS-10.15
|
||||
runs-on: macos-11
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
2
.github/workflows/release-candidate.yml
vendored
2
.github/workflows/release-candidate.yml
vendored
|
@ -87,7 +87,7 @@ jobs:
|
|||
|
||||
macos:
|
||||
|
||||
runs-on: macOS-10.15
|
||||
runs-on: macos-11
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue