From afd7813516a536eb718f3d8d6cebada9db296962 Mon Sep 17 00:00:00 2001 From: Arnold Loubriat Date: Wed, 25 Jun 2025 21:14:07 +0200 Subject: [PATCH] ci: Update GitHub Windows runner image --- .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 be25663..781edd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macOS-latest, windows-2019, ubuntu-latest] + os: [macOS-latest, windows-latest, ubuntu-latest] name: cargo clippy steps: - uses: actions/checkout@v4 @@ -75,7 +75,7 @@ jobs: needs: find-msrv strategy: matrix: - os: [macOS-latest, windows-2019, ubuntu-latest] + os: [macOS-latest, windows-latest, ubuntu-latest] name: cargo test steps: - uses: actions/checkout@v4