diff options
author | Nikias Bassen | 2022-03-07 14:27:20 +0100 |
---|---|---|
committer | Nikias Bassen | 2022-03-07 14:27:20 +0100 |
commit | 280575bb95977241e240ed081a2602d68746443e (patch) | |
tree | d35ed3e091d79e77ff75190cc5251958d2997f99 | |
parent | cc05503fdddc5a10b4fa6c62ad91899502021b6b (diff) | |
download | idevicerestore-280575bb95977241e240ed081a2602d68746443e.tar.gz idevicerestore-280575bb95977241e240ed081a2602d68746443e.tar.bz2 |
[github-actions] Use windows-2019 instead of windows-latest for now
-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 eb68d77..a573678 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -187,7 +187,7 @@ jobs: name: idevicerestore-latest_macOS path: idevicerestore.tar build-windows: - runs-on: windows-latest + runs-on: windows-2019 defaults: run: shell: msys2 {0} |