Skip to content

Commit d79b323

Browse files
committed
[github-actions] Update build workflow to use windows-latest
1 parent 4d527c7 commit d79b323

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
name: libimobiledevice-glue-latest_macOS
103103
path: libimobiledevice-glue.tar
104104
build-windows:
105-
runs-on: windows-2019
105+
runs-on: windows-latest
106106
defaults:
107107
run:
108108
shell: msys2 {0}
@@ -123,6 +123,7 @@ jobs:
123123
base-devel
124124
git
125125
mingw-w64-${{ matrix.arch }}-gcc
126+
mingw-w64-${{ matrix.arch }}-pkg-config
126127
make
127128
libtool
128129
autoconf

0 commit comments

Comments
 (0)