Skip to content

Commit

Permalink
[ci] Stop rolling toolchains on the 0.7 branch (#1851)
Browse files Browse the repository at this point in the history
0.8 has been published, and 0.7 is no longer actively developed.
  • Loading branch information
joshlf authored Oct 8, 2024
1 parent 528c8f0 commit 6ede7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/roll-pinned-toolchain-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fail-fast: false
matrix:
toolchain: ["stable", "nightly"]
branch: ["main", "v0.7.x"]
branch: ["main"]
name: Roll pinned toolchain ${{ matrix.toolchain }} version on ${{ matrix.branch }}
steps:
- name: Checkout code
Expand Down

0 comments on commit 6ede7c1

Please sign in to comment.