Skip to content

Commit

Permalink
Restore MacOS M1 release (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF authored Sep 8, 2023
1 parent 9a6fda6 commit 69e06f7
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 69e06f7

Please sign in to comment.