From b9992eeb9847106b9025cc6419112a851da5b1ff Mon Sep 17 00:00:00 2001 From: Arnaud Mallen Date: Mon, 15 Apr 2024 10:37:56 +0200 Subject: [PATCH] Remove targets --- .github/workflows/workspace.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/workspace.yml b/.github/workflows/workspace.yml index da25e29b0..1fabea441 100644 --- a/.github/workflows/workspace.yml +++ b/.github/workflows/workspace.yml @@ -8,18 +8,11 @@ jobs: matrix: rust_toolchain: - 'stable' - - 'beta' - - 'nightly' - # Remember to update MINIMUM_RUST_VERSION in pyoxidizer/src/environment.rs - # and the `Installing Rust` documentation when this changes. - - '1.65.0' target: - os: 'ubuntu-22.04' triple: 'x86_64-unknown-linux-gnu' - os: 'macos-12' triple: 'x86_64-apple-darwin' - - os: 'windows-2022' - triple: 'x86_64-pc-windows-msvc' continue-on-error: ${{ matrix.rust_toolchain == 'nightly' }} runs-on: ${{ matrix.target.os }} env: