Skip to content

Commit ecd6214

Browse files
committed
feat: Add mac arm build to matrix
1 parent a3ffddd commit ecd6214

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .github/workflows/build.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ jobs:
88
build:
99
strategy:
1010
matrix:
11-
os: [windows-latest, ubuntu-latest, macos-latest]
11+
os: [windows-latest, ubuntu-latest, macos-13, macos-latest]
1212
include:
1313
- os: windows-latest
1414
postfix: win
1515
- os: ubuntu-latest
1616
postfix: linux
17-
- os: macos-latest
17+
- os: macos-13
1818
postfix: macos-x64
19+
- os: macos-latest
20+
postfix: macos-arm64
1921
env:
2022
DEPOT_TOOLS_WIN_TOOLCHAIN: 0
2123
continue-on-error: true

0 commit comments

Comments
 (0)