From 98a8ed44057c2100447f0f6547c0de1e14be8022 Mon Sep 17 00:00:00 2001 From: Ian Chamberlain Date: Wed, 21 Feb 2024 21:13:00 -0500 Subject: [PATCH] Update nightly Rust version Needed after https://github.com/rust3ds/ctru-rs/pull/157 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d86c589..5dab688 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: toolchain: - - nightly-2023-06-01 + - nightly-2024-02-18 runs-on: ubuntu-latest container: devkitpro/devkitarm @@ -39,7 +39,7 @@ jobs: matrix: toolchain: # Oldest supported nightly - - nightly-2023-06-01 + - nightly-2024-02-18 - nightly continue-on-error: ${{ matrix.toolchain == 'nightly' }}