From aaf17cedb8f1bf1a53d6e4877f917b1dd741d20c Mon Sep 17 00:00:00 2001 From: Nando Vieira Date: Mon, 17 Jun 2024 22:30:02 -0700 Subject: [PATCH] Disable ubuntu arm and increase macos runner. (#1385) --- .github/workflows/rust.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 02ad42ba5..5eed776a0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -92,10 +92,10 @@ 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: ubuntu-latest-16-cores + # target: aarch64-unknown-linux-gnu + # cargo-hack-feature-options: --feature-powerset + # additional_deb_packages: libudev-dev - os: macos-latest target: x86_64-apple-darwin cargo-hack-feature-options: --feature-powerset