mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Bump the macOS GitHub Actions runners
MacOS 11 is no longer supported.
This commit is contained in:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user