diff options
author | Nikias Bassen | 2022-04-05 01:24:18 +0200 |
---|---|---|
committer | Nikias Bassen | 2022-04-05 01:24:18 +0200 |
commit | f6635f14de1c79e7557867aae470a01b3f70e1c5 (patch) | |
tree | 77f374e9b3ffd05cd994d5388ddcaeda02f964d1 /.github/workflows | |
parent | bd061e8ce015d493fcec059c90a4aff752b63e10 (diff) | |
download | libideviceactivation-f6635f14de1c79e7557867aae470a01b3f70e1c5.tar.gz libideviceactivation-f6635f14de1c79e7557867aae470a01b3f70e1c5.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 2302f63..381fe0e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -153,7 +153,7 @@ jobs: name: libideviceactivation-latest_macOS path: libideviceactivation.tar build-windows: - runs-on: windows-latest + runs-on: windows-2019 defaults: run: shell: msys2 {0} |