diff options
author | Nikias Bassen | 2022-03-16 04:06:26 +0100 |
---|---|---|
committer | Nikias Bassen | 2022-03-16 04:06:26 +0100 |
commit | e19094594552b7bed60418ffe6f46f455e6bb78f (patch) | |
tree | 0c0c4b90d205241ed846334e1d0cdb7164689abf /.github/workflows | |
parent | 3f30673d3933801da527740e6c3656a8f22af5aa (diff) | |
download | libirecovery-e19094594552b7bed60418ffe6f46f455e6bb78f.tar.gz libirecovery-e19094594552b7bed60418ffe6f46f455e6bb78f.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 11e9d4a..770e7db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,7 +113,7 @@ jobs: name: libirecovery-latest_macOS path: libirecovery.tar build-windows: - runs-on: windows-latest + runs-on: windows-2019 defaults: run: shell: msys2 {0} |