Change windows_2019(deprecated) to windows_2022 in buid.xml
Some checks failed
build and test / test-x86_64-linux (push) Has been cancelled
build and test / test-x86_64-osx (push) Has been cancelled
build and test / test-aarch64-osx (push) Has been cancelled
build and test / test-x86-win32 (push) Has been cancelled
build and test / test-armv7-linux (push) Has been cancelled
build and test / test-aarch64-linux (push) Has been cancelled
build and test / test-riscv64-linux (push) Has been cancelled

This commit is contained in:
herman ten brugge 2025-07-14 16:39:33 +02:00
parent 717a510a19
commit 28d7fb85b2

View File

@ -30,7 +30,7 @@ jobs:
run: ./configure && make && make test -k
test-x86-win32:
runs-on: windows-2019
runs-on: windows-2022
timeout-minutes: 6
steps:
- uses: actions/checkout@v4