Skip to content

Commit

Permalink
Switch from windows-2019 to windows-2022 runners
Browse files Browse the repository at this point in the history
This is needed to actually be able to do vs17 builds, since that
requires Visual Studio 2022, which is not available on the windows-
2019 runners.  That implies that vc15 builds are no longer possible
without additional changes[1], but that shouldn't be a concern because
none of the supported PHP versions require vc15 builds.

[1] <actions/runner-images#9701>
  • Loading branch information
cmb69 committed Sep 8, 2024
1 parent 071dfd2 commit 2fb3c81
Show file tree
Hide file tree
Showing 43 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/argon2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cyrus-sasl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/enchant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/freetype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/freetype_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gettext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/glib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icu4c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/imagemagick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/imap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libavif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libffi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libiconv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libjpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/liblzma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libmemcached.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libpng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/librdkafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libsodium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libssh2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libssh2_msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libtidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libwebp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libxml2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libxpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libxslt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libzip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libzstd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lmdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mpir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/net-snmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nghttp2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oniguruma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openldap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pslib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pthreads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qdbm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sqlite3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wineditline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zlib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout winlib-builder
uses: actions/checkout@v4
Expand Down

0 comments on commit 2fb3c81

Please sign in to comment.