From f6b156e7994f2fcbb2181757f97da90e82b09e25 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Tue, 17 Dec 2024 14:15:54 -0500 Subject: [PATCH] test(ci): update `NIGHTLY_BUILD` to last 1.83.0 Nightly (#6769) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be68513e04..604e7dc7e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ env: # We sometimes need nightly to use special things in CI. # # In order to prevent CI regressions, we pin the nightly version. - NIGHTLY_VERSION: "nightly-2023-12-17" + NIGHTLY_VERSION: "nightly-2024-10-10" # This is the MSRV used by `wgpu` itself and all surrounding infrastructure. REPO_MSRV: "1.83" # This is the MSRV used by the `wgpu-core`, `wgpu-hal`, and `wgpu-types` crates,