Skip to content

Commit 792c412

Browse files
committed
Enable macOS aarch64 builds
1 parent a9d859b commit 792c412

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ env:
88
jobs:
99
build_prepare:
1010
name: Prepare build
11-
runs-on: ubuntu-22.04
11+
runs-on: ${{ matrix.os }}
12+
strategy:
13+
matrix:
14+
os: [ubuntu-22.04, macos-14]
1215
outputs:
1316
version: ${{ steps.version.outputs.version }}
1417
channel: ${{ steps.version.outputs.channel }}

0 commit comments

Comments
 (0)