Skip to content

Commit fc4bca6

Browse files
committed
[github-actions] Update build workflow to use windows-latest
1 parent adf9c22 commit fc4bca6

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
@@ -113,7 +113,7 @@ jobs:
113113
name: libusbmuxd-latest_macOS
114114
path: libusbmuxd.tar
115115
build-windows:
116-
runs-on: windows-2019
116+
runs-on: windows-latest
117117
defaults:
118118
run:
119119
shell: msys2 {0}
@@ -134,6 +134,7 @@ jobs:
134134
base-devel
135135
git
136136
mingw-w64-${{ matrix.arch }}-gcc
137+
mingw-w64-${{ matrix.arch }}-pkg-config
137138
make
138139
libtool
139140
autoconf

0 commit comments

Comments
 (0)