Skip to content

Commit

Permalink
Remove beta toolchain from native Cargo builds (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmondal committed Dec 19, 2023
1 parent e1843f1 commit 334e738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native-cargo.yaml
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [large-ubuntu-20.04, large-ubuntu-22.04, large-windows-2022]
toolchain: [stable, beta]
toolchain: [stable]
name: ${{ matrix.os }} / ${{ matrix.toolchain }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 334e738

Please sign in to comment.