Skip to content

Commit

Permalink
workflow: update from macos-11 to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Sep 18, 2024
1 parent 8bdef7c commit 57e9358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit 57e9358

Please sign in to comment.