Skip to content

Commit

Permalink
added rust to macos-large
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Aug 16, 2024
1 parent 737c677 commit be88247
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cargo-check-each-crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
# This workaround sets the container image for each job using 'set-image' job output.
# TODO: remove once migration is complete or this workflow is fully stable
if: contains(github.event.label.name, 'GHA-migration') || contains(github.event.pull_request.labels.*.name, 'GHA-migration')
runs-on: macos-latest
runs-on: macos-latest-large
steps:
- uses: actions/checkout@v4
- name: Install rust
run: curl https://sh.rustup.rs -sSf -y | sh
- run: brew install protobuf
- run: rustup target add wasm32-unknown-unknown --toolchain stable-aarch64-apple-darwin
- run: rustup component add rust-src --toolchain stable-aarch64-apple-darwin
Expand Down

0 comments on commit be88247

Please sign in to comment.