Skip to content

Commit

Permalink
ci: attempt further fixes to sys-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa committed Oct 31, 2023
1 parent 34c014a commit fc300f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/sys-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ jobs:
delete-branch: true
token: ${{ steps.generate-token.outputs.token }}
base: main
branch-suffix: random
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust_toolchain: [nightly, stable, 1.63.0]
rust_toolchain: [nightly, stable, 1.65.0]
os: [ubuntu-latest, windows-latest, macOS-latest]
flags: ["", "--release", "--no-default-features", "--all-features"]
timeout-minutes: 20
Expand Down

0 comments on commit fc300f1

Please sign in to comment.