Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Feb 19, 2024
1 parent d5f454c commit b638634
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
target: "x86_64-apple-darwin"
- host: windows-latest
target: "x86_64-pc-windows-msvc"
node: ["14", "16"]
node: ["16, "18"]
runs-on: ${{ matrix.settings.host }}

steps:
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["14", "16"]
node: ["16, "18"]
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["14", "16"]
node: ["16, "18"]
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["14", "16"]
node: ["16, "18"]
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["14", "16"]
node: ["16, "18"]
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["14", "16"]
node: ["16, "18"]
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-07-03"
channel = "1.74"
profile = "default"

0 comments on commit b638634

Please sign in to comment.