mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Build on Ubuntu 22.04
20.04 is no longer supported by GitHub Actions.
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- { name: ubuntu-20.04, os: ubuntu-20.04, cross-target: '' }
|
||||
- { name: ubuntu-22.04, os: ubuntu-22.04, cross-target: '' }
|
||||
- { name: macos-universal, os: macos-macos-latest, cross-target: aarch64-apple-darwin }
|
||||
- { name: windows, os: windows-latest, cross-target: '' }
|
||||
name: Package plugin binaries
|
||||
|
||||
Reference in New Issue
Block a user