Skip to content

Commit 7b91aa1

Browse files
authored
Update rust.yml - attempt M1 Mac Build
attempt M1 Mac Build
1 parent 03ebc16 commit 7b91aa1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/rust.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ env:
1010
CARGO_TERM_COLOR: always
1111

1212
jobs:
13+
build_mac_m1:
14+
runs-on: macos-latest
15+
steps:
16+
- uses: actions/checkout@v3
17+
- name: Run bundler
18+
run: cargo xtask bundle scrollscope --profile release
19+
- uses: actions/upload-artifact@v4
20+
with:
21+
name: macos_m1_build
22+
path: target/bundled/*
23+
if-no-files-found: warn
1324
build_macos:
1425
runs-on: macos-12
1526
steps:

0 commit comments

Comments
 (0)