diff options
| author | John MacFarlane <[email protected]> | 2025-07-06 16:37:21 -0400 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-07-06 16:37:21 -0400 |
| commit | 55f0f88d83aca1314a3bb253af4f8a965eb38cfe (patch) | |
| tree | 35a576aedd8985ba2cf92c491f6f094b593bef51 /.github/workflows/release-candidate.yml | |
| parent | 6b816497710bebfc237946a348e920db75a73406 (diff) | |
CI: use windows-2022. windows-2019 is no longer provided.
Diffstat (limited to '.github/workflows/release-candidate.yml')
| -rw-r--r-- | .github/workflows/release-candidate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 584346f85..e7b1ba447 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -8,7 +8,7 @@ permissions: jobs: windows: - runs-on: windows-2019 + runs-on: windows-2022 strategy: fail-fast: true matrix: |
