Use macos-11 for CI
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
4ead1d80bd
commit
9ca4fa74b9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -403,7 +403,7 @@ jobs:
|
|||
make SYSDEPS=true -j $(nproc)
|
||||
|
||||
macos-intel:
|
||||
runs-on: macos-10.15
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
@ -489,7 +489,7 @@ jobs:
|
|||
${{ github.event.repository.name }}-*.pkg
|
||||
|
||||
macos-universal:
|
||||
runs-on: macos-10.15
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue