Bump the macOS GitHub Actions runners
MacOS 11 is no longer supported.
This commit is contained in:
parent
61c79ab610
commit
34ebda258f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- { name: ubuntu-20.04, os: ubuntu-20.04, cross-target: '' }
|
- { name: ubuntu-20.04, os: ubuntu-20.04, cross-target: '' }
|
||||||
- { name: macos-universal, os: macos-11, cross-target: aarch64-apple-darwin }
|
- { name: macos-universal, os: macos-12, cross-target: aarch64-apple-darwin }
|
||||||
- { name: windows, os: windows-latest, cross-target: '' }
|
- { name: windows, os: windows-latest, cross-target: '' }
|
||||||
name: Package plugin binaries
|
name: Package plugin binaries
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04, macos-11, windows-latest]
|
os: [ubuntu-20.04, macos-12, windows-latest]
|
||||||
name: Build and test all components
|
name: Build and test all components
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue