mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Always run on the latest macOS runner
They get deprecated real fast, and since you can target a specific SDK version the runner used shouldn't matter that much. Hopefully.
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- { name: ubuntu-20.04, os: ubuntu-20.04, cross-target: '' }
|
||||
- { name: macos-universal, os: macos-12, cross-target: aarch64-apple-darwin }
|
||||
- { name: macos-universal, os: macos-macos-latest, cross-target: aarch64-apple-darwin }
|
||||
- { name: windows, os: windows-latest, cross-target: '' }
|
||||
name: Package plugin binaries
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user