Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ca32038

Browse files
committedFeb 6, 2024
Update nightly version used in CI
1 parent 8a0ae96 commit ca32038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-latest
104104
steps:
105105
- uses: actions/checkout@v3
106-
- run: rustup default nightly-2023-05-08
106+
- run: rustup default nightly-2024-02-06
107107
- run: rustup target add wasm32-unknown-unknown
108108
- run: rustup component add rust-src
109109
# Note: we only run the browser tests here, because wasm-bindgen doesn't support threading in Node yet.
@@ -283,7 +283,7 @@ jobs:
283283
runs-on: ubuntu-latest
284284
steps:
285285
- uses: actions/checkout@v3
286-
- run: rustup default nightly-2023-05-08
286+
- run: rustup default nightly-2024-02-06
287287
- run: rustup target add wasm32-unknown-unknown
288288
- run: rustup component add rust-src
289289
- run: |

0 commit comments

Comments
 (0)
Please sign in to comment.