From 74aa9749eb6c2a8ad41d2d22267249c22475f706 Mon Sep 17 00:00:00 2001 From: ChanTsune <41658782+ChanTsune@users.noreply.github.com> Date: Sun, 27 Oct 2024 21:33:44 +0900 Subject: [PATCH] Revert ":construction_worker: pin nightly channel for freebsd" This reverts commit 737f21e6ca1f256b884ddb2dde6d93b5db073239. --- .github/workflows/test.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d68a784d..7506ead4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,17 +17,6 @@ jobs: - stable - beta - nightly - - nightly-2024-10-21 # FIXME: unpin this - exclude: - - os: ubuntu-latest - rust: nightly-2024-10-21 - - os: windows-latest - rust: nightly-2024-10-21 - - os: macos-latest - rust: nightly-2024-10-21 - - os: freebsd-latest - rust: nightly - runs-on: ${{ matrix.os }} steps: - name: git autocrlf false