Skip to content

Commit

Permalink
remove nightly toolchain target
Browse files Browse the repository at this point in the history
  • Loading branch information
jp4g committed Nov 25, 2024
1 parent 2bf4627 commit 21de652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [nightly, 0.36.0]
toolchain: [0.36.0]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit 21de652

Please sign in to comment.