summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2025-07-11 01:04:20 +0200
committerGravatar Nikias Bassen2025-07-11 01:04:20 +0200
commit967fa8a54d32e36bf87c7c64f3af8203e9405066 (patch)
tree483d4b02d4092381da40ddb6240381188d9c6c22
parentcb34a171994562a78da7ea14b801759747d0fdf7 (diff)
downloadlibimobiledevice-967fa8a54d32e36bf87c7c64f3af8203e9405066.tar.gz
libimobiledevice-967fa8a54d32e36bf87c7c64f3af8203e9405066.tar.bz2
[github-actions] Update build workflow to use windows-latest
-rw-r--r--.github/workflows/build.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4ee5f77..fbbf10a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -177,7 +177,7 @@ jobs:
177 name: libimobiledevice-latest_macOS 177 name: libimobiledevice-latest_macOS
178 path: libimobiledevice.tar 178 path: libimobiledevice.tar
179 build-windows: 179 build-windows:
180 runs-on: windows-2019 180 runs-on: windows-latest
181 defaults: 181 defaults:
182 run: 182 run:
183 shell: msys2 {0} 183 shell: msys2 {0}
@@ -198,6 +198,8 @@ jobs:
198 base-devel 198 base-devel
199 git 199 git
200 mingw-w64-${{ matrix.arch }}-gcc 200 mingw-w64-${{ matrix.arch }}-gcc
201 mingw-w64-${{ matrix.arch }}-pkg-config
202 mingw-w64-${{ matrix.arch }}-openssl
201 make 203 make
202 libtool 204 libtool
203 autoconf 205 autoconf