diff options
author | Nikias Bassen | 2022-03-29 11:16:01 +0200 |
---|---|---|
committer | Nikias Bassen | 2022-03-29 11:16:01 +0200 |
commit | 78c121323158f5fa7fe6137d7a49f9cc58ab6f7d (patch) | |
tree | 932989cb9d506cc62a561579d3a4e90ab155fc8a /.github/workflows/build.yml | |
parent | ecb0996fd2a3b0539153dd3ef901d137bf498ffe (diff) | |
download | libimobiledevice-glue-78c121323158f5fa7fe6137d7a49f9cc58ab6f7d.tar.gz libimobiledevice-glue-78c121323158f5fa7fe6137d7a49f9cc58ab6f7d.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 97ad2fc..31341af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,7 +98,7 @@ jobs: name: libimobiledevice-glue-latest_macOS path: libimobiledevice-glue.tar build-windows: - runs-on: windows-latest + runs-on: windows-2019 defaults: run: shell: msys2 {0} |