Skip to content

Commit

Permalink
Fix CI stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Oct 14, 2024
1 parent 564a219 commit 55e74f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
tc: [1.70, stable, beta, nightly]
tc: [1.70.0, stable, beta, nightly]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
tc: [1.70]
tc: [1.70.0]
cc:
- aarch64-fuchsia
- aarch64-linux-android
Expand All @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
tc: [1.70]
tc: [1.70.0]
cc: [aarch64-apple-ios]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 55e74f0

Please sign in to comment.