build: switch ci from macos-10.15 to macos-11 (#3707)
The former will be removed by GitHub in August. Fixes: https://github.com/libuv/libuv/issues/3697
This commit is contained in:
parent
df0ac426f3
commit
850f002cb2
4
.github/workflows/CI-unix.yml
vendored
4
.github/workflows/CI-unix.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
ls -lh build
|
||||
|
||||
build-macos:
|
||||
runs-on: macos-10.15
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Envinfo
|
||||
@ -61,7 +61,7 @@ jobs:
|
||||
cd build && ctest -V
|
||||
|
||||
build-ios:
|
||||
runs-on: macos-10.15
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Configure
|
||||
|
||||
Loading…
Reference in New Issue
Block a user