diff options
author | 2025-07-11 00:34:33 +0200 | |
---|---|---|
committer | 2025-07-11 00:34:33 +0200 | |
commit | 20d5d57e92e0f84a80c0e0b420b0001a10e9d5d2 (patch) | |
tree | d72e7a415ffab2988e6bacc566446d7508016955 /.github/workflows/build.yml | |
parent | cf5897a71ea412ea2aeb1e2f6b5ea74d4fabfd8c (diff) | |
download | libplist-20d5d57e92e0f84a80c0e0b420b0001a10e9d5d2.tar.gz libplist-20d5d57e92e0f84a80c0e0b420b0001a10e9d5d2.tar.bz2 |
[github-actions] Update build workflow to use windows-latest
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d97fba4..233a584 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,7 +97,7 @@ jobs: name: libplist-latest_macOS path: libplist.tar build-windows: - runs-on: windows-2019 + runs-on: windows-latest defaults: run: shell: msys2 {0} @@ -118,6 +118,8 @@ jobs: base-devel git mingw-w64-${{ matrix.arch }}-gcc + mingw-w64-${{ matrix.arch }}-pkg-config + mingw-w64-${{ matrix.arch }}-python make libtool autoconf |