Skip to content

Commit 020f631

Browse files
committed
[github-actions] Update build workflow to use windows-latest
1 parent 42329cb commit 020f631

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
name: libtatsu-latest_macOS
132132
path: libtatsu.tar
133133
build-windows:
134-
runs-on: windows-2019
134+
runs-on: windows-latest
135135
defaults:
136136
run:
137137
shell: msys2 {0}
@@ -152,6 +152,7 @@ jobs:
152152
base-devel
153153
git
154154
mingw-w64-${{ matrix.arch }}-gcc
155+
mingw-w64-${{ matrix.arch }}-pkg-config
155156
make
156157
libtool
157158
autoconf

0 commit comments

Comments
 (0)