File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,14 @@ jobs:
1111 contents : write
1212 strategy :
1313 fail-fast : false
14- # Linux-only for now. macOS and Windows are unverified and don't build
15- # green yet (Windows: Unix-only trigger.rs; macOS: build not yet
16- # working). Tracked as Phase 5 work.
14+ # Windows omitted: the socket trigger (trigger.rs) is Unix-only, so the
15+ # app doesn't compile there yet. Tracked as Phase 5 work.
1716 matrix :
1817 include :
18+ - platform : macos-latest
19+ args : --target aarch64-apple-darwin
20+ - platform : macos-latest
21+ args : --target x86_64-apple-darwin
1922 - platform : ubuntu-22.04
2023 args : ' '
2124
4952 cache : pnpm
5053
5154 - uses : dtolnay/rust-toolchain@stable
55+ with :
56+ targets : ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
5257
5358 - uses : Swatinem/rust-cache@v2
5459 with :
You can’t perform that action at this time.
0 commit comments