From 03dd3b512375d06668ec0152c89dffd41367c475 Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Thu, 26 Oct 2023 20:24:14 +0200 Subject: [PATCH] ci: Bump runner to windows-2022 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c27f5d6b1d..9af2a68b20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -155,7 +155,7 @@ jobs: path: ${{ github.workspace }}/xswiftbus-* buildWin64: - runs-on: windows-2019 + runs-on: windows-2022 needs: [preBuild, checks] env: BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }} @@ -241,7 +241,7 @@ jobs: path: ${{ github.workspace }}/xswiftbus-* buildWin32: - runs-on: windows-2019 + runs-on: windows-2022 needs: [preBuild, checks] env: BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}