From 981caba89bc50f8f35c4e4c22a8e9818366c1c7e Mon Sep 17 00:00:00 2001 From: Elizabeth Engelman <4752801+elizabethengelman@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:58:30 -0400 Subject: [PATCH] testing... --- .github/workflows/rust.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 65058636b4..e71d07614f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -40,14 +40,18 @@ jobs: target: x86_64-apple-darwin - os: macos-latest target: aarch64-apple-darwin - - os: windows-latest-8-cores - target: x86_64-pc-windows-msvc + - os: macos-latest + target: x86_64-apple-darwin + # - os: windows-latest-8-cores + # target: x86_64-pc-windows-msvc runs-on: ${{ matrix.os }} env: CI_TESTS: true steps: - uses: actions/checkout@v3 - uses: stellar/actions/rust-cache@main + - run : | + docker --version - name: Use the minimum supported Rust version if: matrix.rust == 'msrv' run: |