Skip to content

Commit

Permalink
👷 pin nightly channel for freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Oct 24, 2024
1 parent e479682 commit 737f21e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ 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
Expand Down

0 comments on commit 737f21e

Please sign in to comment.