diff options
author | Nikias Bassen | 2022-04-05 01:28:18 +0200 |
---|---|---|
committer | Nikias Bassen | 2022-04-05 01:28:18 +0200 |
commit | 534ddefac4b7118bd4781cd91f8781d8727ff49a (patch) | |
tree | 804315e95d9502546cacdc1c31f850effcba4d3f /.github/workflows | |
parent | bdd8ede4ae316fd6aab991449ba912054c39e8ec (diff) | |
download | ideviceinstaller-534ddefac4b7118bd4781cd91f8781d8727ff49a.tar.gz ideviceinstaller-534ddefac4b7118bd4781cd91f8781d8727ff49a.tar.bz2 |
[github-actions] Use windows-2019 instead of windows-latest for now
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .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 e72f9f4..ffff6db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -171,7 +171,7 @@ jobs: name: ideviceinstaller-latest_macOS path: ideviceinstaller.tar build-windows: - runs-on: windows-latest + runs-on: windows-2019 defaults: run: shell: msys2 {0} |