Skip to content

Commit 7cf1f6f

Browse files
committed
ci: add Rust beta channel, remove 1.82
1 parent b174afc commit 7cf1f6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
strategy:
1717
matrix:
18-
rust_toolchain_version: ["1.81", "1.82", "stable"]
18+
rust_toolchain_version: ["1.81", "stable", "beta"]
1919
# OCaml 5 not supported on macOS yet
2020
ocaml_version: [4.14]
2121
runs-on: macos-latest

.github/workflows/build-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
strategy:
1717
matrix:
18-
rust_toolchain_version: ["1.81", "1.82", "stable"]
18+
rust_toolchain_version: ["1.81", "stable", "beta"]
1919
ocaml_version: [4.14, 5.2]
2020
os: ["ubuntu-latest", "ubuntu-24.04-arm"]
2121
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)