diff options
author | 2025-07-11 00:42:29 +0200 | |
---|---|---|
committer | 2025-07-11 00:42:29 +0200 | |
commit | d79b3231b9315b65a8b09db493aca39ce69eb587 (patch) | |
tree | c8f27b3a38fd880b83e38c3b009c86c62eed2c51 /.github/workflows/build.yml | |
parent | 4d527c7ce24dc0a3b96cfba5fc21ed9cc6cd539b (diff) | |
download | libimobiledevice-glue-d79b3231b9315b65a8b09db493aca39ce69eb587.tar.gz libimobiledevice-glue-d79b3231b9315b65a8b09db493aca39ce69eb587.tar.bz2 |
[github-actions] Update build workflow to use windows-latest
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ffdbea..18dc0f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,7 +102,7 @@ jobs: name: libimobiledevice-glue-latest_macOS path: libimobiledevice-glue.tar build-windows: - runs-on: windows-2019 + runs-on: windows-latest defaults: run: shell: msys2 {0} @@ -123,6 +123,7 @@ jobs: base-devel git mingw-w64-${{ matrix.arch }}-gcc + mingw-w64-${{ matrix.arch }}-pkg-config make libtool autoconf |