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) make SYSDEPS=true -j $(nproc)
macos-intel: macos-intel:
runs-on: macos-10.15 runs-on: macos-11
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
@ -489,7 +489,7 @@ jobs:
${{ github.event.repository.name }}-*.pkg ${{ github.event.repository.name }}-*.pkg
macos-universal: macos-universal:
runs-on: macos-10.15 runs-on: macos-11
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with: