From 89437f23d83dc941a9673816d5d54fefb773790a Mon Sep 17 00:00:00 2001 From: Justin W Smith Date: Mon, 29 Jan 2024 17:35:49 +0000 Subject: [PATCH] Use windows-latest in our CI --- .github/workflows/fips.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fips.yml b/.github/workflows/fips.yml index 48869c0b45f..e398d0c30db 100644 --- a/.github/workflows/fips.yml +++ b/.github/workflows/fips.yml @@ -58,7 +58,7 @@ jobs: fail-fast: false matrix: rust: [ stable ] - os: [ windows-2019, windows-2022 ] + os: [ windows-2019, windows-latest ] args: - --all-targets --features fips,unstable - --all-targets --features fips,bindgen,unstable