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 }}