From b3074f854e3b50d970cb873379b6b21506cd0fbf Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Tue, 9 Jun 2020 13:07:56 +0200 Subject: [PATCH] remove beta from matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 833f14a22..0a20fd29d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - rust: [nightly, beta, stable] + rust: [nightly, stable] steps: - uses: actions/checkout@master