Skip to content

Commit

Permalink
feat: Add mac arm build to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzybinary committed Aug 29, 2024
1 parent a3ffddd commit ecd6214
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ jobs:
build:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-latest, ubuntu-latest, macos-13, macos-latest]
include:
- os: windows-latest
postfix: win
- os: ubuntu-latest
postfix: linux
- os: macos-latest
- os: macos-13
postfix: macos-x64
- os: macos-latest
postfix: macos-arm64
env:
DEPOT_TOOLS_WIN_TOOLCHAIN: 0
continue-on-error: true
Expand Down

0 comments on commit ecd6214

Please sign in to comment.