diff options
author | 2025-07-11 00:58:47 +0200 | |
---|---|---|
committer | 2025-07-11 00:58:47 +0200 | |
commit | 3fa36c5a7a745fd334bed8a3d5e432c626677910 (patch) | |
tree | 66a0eb6519347e72cc819c0420cb29de35ecd656 | |
parent | 26c59478d09af5a751f85dbadfc9bab56ce9d27c (diff) | |
download | libirecovery-3fa36c5a7a745fd334bed8a3d5e432c626677910.tar.gz libirecovery-3fa36c5a7a745fd334bed8a3d5e432c626677910.tar.bz2 |
[github-actions] Update build workflow to use windows-latest
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a35d08f..600e9c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,7 +116,7 @@ jobs: name: libirecovery-latest_macOS path: libirecovery.tar build-windows: - runs-on: windows-2019 + runs-on: windows-latest defaults: run: shell: msys2 {0} @@ -137,6 +137,7 @@ jobs: base-devel git mingw-w64-${{ matrix.arch }}-gcc + mingw-w64-${{ matrix.arch }}-pkg-config make libtool autoconf |