Switch CI to macos 11 (10.15 is deprecated)
This commit is contained in:
parent
8edd3d8e80
commit
f09247018c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -103,7 +103,7 @@ jobs:
|
|||
path: ${{runner.workspace}}/build/${{env.install_name}}.tar.gz
|
||||
|
||||
build_for_macos:
|
||||
runs-on: macos-10.15
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- name: Set install name
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue