Skip to content

Commit

Permalink
Fix macos m1 build/release
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF authored Sep 7, 2023
1 parent 9a6fda6 commit d470ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
os: [ubuntu-20.04, macos-11, macos-m1, windows-2019]

name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d470ccd

Please sign in to comment.