summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-03-07 14:27:20 +0100
committerGravatar Nikias Bassen2022-03-07 14:27:20 +0100
commit280575bb95977241e240ed081a2602d68746443e (patch)
treed35ed3e091d79e77ff75190cc5251958d2997f99
parentcc05503fdddc5a10b4fa6c62ad91899502021b6b (diff)
downloadidevicerestore-280575bb95977241e240ed081a2602d68746443e.tar.gz
idevicerestore-280575bb95977241e240ed081a2602d68746443e.tar.bz2
[github-actions] Use windows-2019 instead of windows-latest for now
-rw-r--r--.github/workflows/build.yml2
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}