diff options
| author | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-06-17 14:14:43 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-06-18 17:22:04 +0300 |
| commit | c3ea9753e3941789bdd4b8458a9912f407a5f9de (patch) | |
| tree | c23ffaa4fb163cf3e97eef962d71cdb3edd8ebfe /.github/workflows | |
| parent | fd5c7dde8a5026b68d8069842aa2d65a9d5e2ceb (diff) | |
| download | meson-c3ea9753e3941789bdd4b8458a9912f407a5f9de.tar.gz | |
Update Windows version in CI.
Windows 2019 in GH Actions goes away on the 30th.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/msys2.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index 8c7b2e5e2..d1c2fa2b6 100644 --- a/.github/workflows/msys2.yml +++ b/.github/workflows/msys2.yml @@ -29,7 +29,7 @@ permissions: jobs: test: - runs-on: windows-2019 + runs-on: windows-2022 name: ${{ matrix.NAME }} strategy: fail-fast: false |
