Browse Source

Use macos-11 for CI

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.09
falkTX 2 years ago
parent
commit
9ca4fa74b9
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/build.yml

+ 2
- 2
.github/workflows/build.yml 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:


Loading…
Cancel
Save