Skip to content

Commit 3fa36c5

Browse files
committed
[github-actions] Update build workflow to use windows-latest
1 parent 26c5947 commit 3fa36c5

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
@@ -116,7 +116,7 @@ jobs:
116116
name: libirecovery-latest_macOS
117117
path: libirecovery.tar
118118
build-windows:
119-
runs-on: windows-2019
119+
runs-on: windows-latest
120120
defaults:
121121
run:
122122
shell: msys2 {0}
@@ -137,6 +137,7 @@ jobs:
137137
base-devel
138138
git
139139
mingw-w64-${{ matrix.arch }}-gcc
140+
mingw-w64-${{ matrix.arch }}-pkg-config
140141
make
141142
libtool
142143
autoconf

0 commit comments

Comments
 (0)