Skip to content

Commit 8f59a71

Browse files
Switch to beta for collector testing
Our code should work on beta, though we install latest master for the benchmark testing.
1 parent e919a6f commit 8f59a71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
with:
4242
fetch-depth: 1
4343

44-
- name: Install latest nightly
44+
- name: Install latest beta
4545
uses: actions-rs/toolchain@v1
4646
with:
47-
toolchain: nightly
47+
toolchain: beta
4848
override: true
4949

5050
- name: Configure environment
@@ -69,10 +69,10 @@ jobs:
6969
with:
7070
fetch-depth: 1
7171

72-
- name: Install latest nightly
72+
- name: Install latest beta
7373
uses: actions-rs/toolchain@v1
7474
with:
75-
toolchain: nightly
75+
toolchain: beta
7676
override: true
7777

7878
- name: Configure environment

0 commit comments

Comments
 (0)