From 57e935825fdaa7b72f9b30d92c0449df1cc4b82e Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Wed, 18 Sep 2024 13:25:06 +0200 Subject: [PATCH] workflow: update from macos-11 to macos-12 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}