Skip to content

Commit

Permalink
Disable ubuntu arm and increase macos runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Jun 18, 2024
1 parent bd19fcd commit ab2d457
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ jobs:
target: x86_64-unknown-linux-gnu
cargo-hack-feature-options: --feature-powerset
additional_deb_packages: libudev-dev
- os: ubuntu-latest-16-cores
target: aarch64-unknown-linux-gnu
cargo-hack-feature-options: --feature-powerset
additional_deb_packages: libudev-dev
- os: macos-latest
# - os: ubuntu-latest-16-cores
# target: aarch64-unknown-linux-gnu
# cargo-hack-feature-options: --feature-powerset
# additional_deb_packages: libudev-dev
- os: macos-latest-large
target: x86_64-apple-darwin
cargo-hack-feature-options: --feature-powerset
- os: macos-latest
- os: macos-latest-large
target: aarch64-apple-darwin
cargo-hack-feature-options: --feature-powerset
# Windows builds notes:
Expand Down

0 comments on commit ab2d457

Please sign in to comment.