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: |