diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73c03ea..2ac645b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: Automated Builds -# sligtly adapted from: +# slightly adapted from: # https://github.com/robbert-vdh/nih-plug/blob/master/.github/workflows/build.yml on: @@ -25,7 +25,7 @@ jobs: matrix: include: - { 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: Package plugin binaries runs-on: ${{ matrix.os }}