Skip to content

Commit

Permalink
ci: Bump runner to windows-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
ltoenning committed Oct 26, 2023
1 parent c6669d5 commit 9757f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 9757f22

Please sign in to comment.