Skip to content

Commit 1ee267e

Browse files
authored
fix: remove beta Rust version from CI (#409)
1 parent 7272c2a commit 1ee267e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, windows-latest, macos-latest]
14-
rust: [beta, stable]
14+
rust: [stable]
1515
steps:
1616
- name: Checkout Repository
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)