Skip to content

Commit 98a8ed4

Browse files
Update nightly Rust version
Needed after rust3ds/ctru-rs#157
1 parent fae5727 commit 98a8ed4

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
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
toolchain:
17-
- nightly-2023-06-01
17+
- nightly-2024-02-18
1818

1919
runs-on: ubuntu-latest
2020
container: devkitpro/devkitarm
@@ -39,7 +39,7 @@ jobs:
3939
matrix:
4040
toolchain:
4141
# Oldest supported nightly
42-
- nightly-2023-06-01
42+
- nightly-2024-02-18
4343
- nightly
4444

4545
continue-on-error: ${{ matrix.toolchain == 'nightly' }}

0 commit comments

Comments
 (0)