diff options
| author | rejbasket <39080670+rejbasket@users.noreply.github.com> | 2025-06-03 21:49:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-03 21:49:44 +0200 |
| commit | 7c496dbd5bb1d092d0401495529ee373de16be0e (patch) | |
| tree | 47db85b91977d94eed6c0350bf238fd9252c784c /.github | |
| parent | 233597294d443682e80f4cede228e26666e5c25f (diff) | |
windows 2019 action runner deprecated updated to 2022 (#3774)
Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d9aa337..f2be4b1c 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -248,7 +248,7 @@ jobs: name: inkstitch-linux32 path: artifacts windows64: - runs-on: windows-2019 + runs-on: windows-2022 steps: - uses: actions/checkout@v4 with: |
