commit | 534ddefac4b7118bd4781cd91f8781d8727ff49a | [log] [tgz] |
---|---|---|
author | Nikias Bassen <nikias@gmx.li> | Tue Apr 05 01:28:18 2022 +0200 |
committer | Nikias Bassen <nikias@gmx.li> | Tue Apr 05 01:28:18 2022 +0200 |
tree | 804315e95d9502546cacdc1c31f850effcba4d3f | |
parent | bdd8ede4ae316fd6aab991449ba912054c39e8ec [diff] |
[github-actions] Use windows-2019 instead of windows-latest for now
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e72f9f4..ffff6db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml
@@ -171,7 +171,7 @@ name: ideviceinstaller-latest_macOS path: ideviceinstaller.tar build-windows: - runs-on: windows-latest + runs-on: windows-2019 defaults: run: shell: msys2 {0}