From 579d6be4e9fc2ed61c4397648d095edc4e66fb17 Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 13 Sep 2022 12:46:06 +1000 Subject: [PATCH] Revert "ci(build): re-enable Rust beta tests in ubuntu (#5024)" (#5090) This reverts commit 422d20ea12583bd57d666d47eeba4c4cd072ada4. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .github/workflows/continous-integration-os.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/continous-integration-os.yml b/.github/workflows/continous-integration-os.yml index e8c0cc321..cc275fdd7 100644 --- a/.github/workflows/continous-integration-os.yml +++ b/.github/workflows/continous-integration-os.yml @@ -66,6 +66,9 @@ jobs: os: [ubuntu-latest, macos-latest] rust: [stable, beta] exclude: + # TODO: re-enable beta Rust tests on ubuntu (#4929) + - os: ubuntu-latest + rust: beta # We're excluding macOS for the following reasons: # - the concurrent macOS runner limit is much lower than the Linux limit # - macOS is slower than Linux, and shouldn't have a build or test difference with Linux