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