Skip to content

Commit 091edd6

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 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,8 @@ jobs:
152152
base-devel
153153
git
154154
mingw-w64-${{ matrix.arch }}-gcc
155+
mingw-w64-${{ matrix.arch }}-pkg-config
156+
mingw-w64-${{ matrix.arch }}-openssl
155157
make
156158
libtool
157159
autoconf

0 commit comments

Comments
 (0)