diff options
| author | 2022-03-16 04:06:26 +0100 | |
|---|---|---|
| committer | 2022-03-16 04:06:26 +0100 | |
| commit | e19094594552b7bed60418ffe6f46f455e6bb78f (patch) | |
| tree | 0c0c4b90d205241ed846334e1d0cdb7164689abf /.github/workflows/build.yml | |
| 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/build.yml')
| -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: | |||
| 113 | name: libirecovery-latest_macOS | 113 | name: libirecovery-latest_macOS |
| 114 | path: libirecovery.tar | 114 | path: libirecovery.tar |
| 115 | build-windows: | 115 | build-windows: |
| 116 | runs-on: windows-latest | 116 | runs-on: windows-2019 |
| 117 | defaults: | 117 | defaults: |
| 118 | run: | 118 | run: |
| 119 | shell: msys2 {0} | 119 | shell: msys2 {0} |
