diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3f2d9d080f..d505908f7a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -32,16 +32,14 @@ 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 - target: x86_64-apple-darwin + # - os: macos-latest + # target: x86_64-apple-darwin # - os: windows-latest-8-cores # target: x86_64-pc-windows-msvc runs-on: ${{ matrix.os }} @@ -50,11 +48,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: stellar/actions/rust-cache@main - - name: Setup docker on MacOs - if: runner.os == 'macos' - run: | - brew install docker colima - colima start + - name: Set up Docker + uses: crazy-max/ghaction-setup-docker@v3 - run : | docker --version - name: Use the minimum supported Rust version