mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
ci: Update runner OS version for post-build jobs
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -421,7 +421,7 @@ jobs:
|
|||||||
path: ${{ github.workspace }}/xswiftbus-*
|
path: ${{ github.workspace }}/xswiftbus-*
|
||||||
|
|
||||||
postBuild:
|
postBuild:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
needs: [preBuild, checks, buildLinux, buildWin64, buildWin32, buildMacOS]
|
needs: [preBuild, checks, buildLinux, buildWin64, buildWin32, buildMacOS]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -446,7 +446,7 @@ jobs:
|
|||||||
name: xswiftbus-thin-allos-${{ needs.preBuild.outputs.version }}
|
name: xswiftbus-thin-allos-${{ needs.preBuild.outputs.version }}
|
||||||
|
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
needs: [preBuild, postBuild]
|
needs: [preBuild, postBuild]
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||||
outputs:
|
outputs:
|
||||||
@@ -488,7 +488,7 @@ jobs:
|
|||||||
uses: actions/deploy-pages@v3
|
uses: actions/deploy-pages@v3
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
needs: [preBuild, checks, buildLinux, buildWin64, buildWin32, buildMacOS, postBuild, release]
|
needs: [preBuild, checks, buildLinux, buildWin64, buildWin32, buildMacOS, postBuild, release]
|
||||||
if: always()
|
if: always()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user