From 7065440f8944c9a56cf2d5748b2a603deee052ad Mon Sep 17 00:00:00 2001 From: Elizabeth Engelman <4752801+elizabethengelman@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:49:35 -0400 Subject: [PATCH] testing workflows in github --- .github/workflows/rust.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3f2d9d080f..c66e119173 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -32,12 +32,10 @@ jobs: matrix: rust: [msrv, latest] include: - - os: ubuntu-latest - target: x86_64-unknown-linux-gnu - - os: ubuntu-latest - target: aarch64-unknown-linux-gnu - - os: macos-latest - target: x86_64-apple-darwin + # - os: ubuntu-latest + # target: x86_64-unknown-linux-gnu + # - os: ubuntu-latest + # target: aarch64-unknown-linux-gnu - os: macos-latest target: aarch64-apple-darwin - os: macos-latest