From f110cf66d2edc9fc353c6ce6a384dd92194b9e8c 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 c638800ad..651e0577f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -156,7 +156,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 }} @@ -242,7 +242,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 }}