mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
ci: Bump runner to windows-2022
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -156,7 +156,7 @@ jobs:
|
|||||||
path: ${{ github.workspace }}/xswiftbus-*
|
path: ${{ github.workspace }}/xswiftbus-*
|
||||||
|
|
||||||
buildWin64:
|
buildWin64:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2022
|
||||||
needs: [preBuild, checks]
|
needs: [preBuild, checks]
|
||||||
env:
|
env:
|
||||||
BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
|
BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
|
||||||
@@ -242,7 +242,7 @@ jobs:
|
|||||||
path: ${{ github.workspace }}/xswiftbus-*
|
path: ${{ github.workspace }}/xswiftbus-*
|
||||||
|
|
||||||
buildWin32:
|
buildWin32:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2022
|
||||||
needs: [preBuild, checks]
|
needs: [preBuild, checks]
|
||||||
env:
|
env:
|
||||||
BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
|
BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user