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 | |
| 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')
| -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: | |||
| 97 | name: libplist-latest_macOS | 97 | name: libplist-latest_macOS |
| 98 | path: libplist.tar | 98 | path: libplist.tar |
| 99 | build-windows: | 99 | build-windows: |
| 100 | runs-on: windows-2019 | 100 | runs-on: windows-latest |
| 101 | defaults: | 101 | defaults: |
| 102 | run: | 102 | run: |
| 103 | shell: msys2 {0} | 103 | shell: msys2 {0} |
| @@ -118,6 +118,8 @@ jobs: | |||
| 118 | base-devel | 118 | base-devel |
| 119 | git | 119 | git |
| 120 | mingw-w64-${{ matrix.arch }}-gcc | 120 | mingw-w64-${{ matrix.arch }}-gcc |
| 121 | mingw-w64-${{ matrix.arch }}-pkg-config | ||
| 122 | mingw-w64-${{ matrix.arch }}-python | ||
| 121 | make | 123 | make |
| 122 | libtool | 124 | libtool |
| 123 | autoconf | 125 | autoconf |
