Use macos-11 for CI

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-07-29 00:11:13 +02:00
parent 4ead1d80bd
commit 9ca4fa74b9
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -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: