Skip to content

Commit

Permalink
CI: add macOS m1 build (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Apr 6, 2024
1 parent b34ac2b commit 47ced17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macOS-latest, ubuntu-latest]
# [amd64, arm64, x86]
os: [macOS-latest, macos-latest-xlarge, ubuntu-latest]
node-version: [20]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 47ced17

Please sign in to comment.