Skip to content

Commit 7226b1d

Browse files
Upgrade toolchain to 2024-09-01
We might actually want a more recent toolchain to support rust3ds/ctru-rs#214 but I'm just testing things for now
1 parent 4a9360d commit 7226b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
matrix:
1616
toolchain:
1717
# Oldest supported nightly
18-
- nightly-2024-02-18
18+
- nightly-2024-09-01
1919
- nightly
2020
ctru-rs-ref:
2121
# "known good" version of `test-runner` crate
22-
- 3247af67d
22+
- 786af2bdb43b2f178afc59f4f9d07c410235556f
2323
- master
2424

2525
continue-on-error: ${{ matrix.toolchain == 'nightly' || matrix.ctru-rs-ref == 'master' }}

0 commit comments

Comments
 (0)