Skip to content

Commit

Permalink
Update rust.yml - attempt M1 Mac Build
Browse files Browse the repository at this point in the history
attempt M1 Mac Build
  • Loading branch information
ardura committed Apr 29, 2024
1 parent 03ebc16 commit 7b91aa1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ env:
CARGO_TERM_COLOR: always

jobs:
build_mac_m1:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Run bundler
run: cargo xtask bundle scrollscope --profile release
- uses: actions/upload-artifact@v4
with:
name: macos_m1_build
path: target/bundled/*
if-no-files-found: warn
build_macos:
runs-on: macos-12
steps:
Expand Down

0 comments on commit 7b91aa1

Please sign in to comment.