Skip to content

Commit

Permalink
ci: Update runner OS version for post-build jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
oktal3700 committed Dec 6, 2023
1 parent 3657d7a commit 73940e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ jobs:
path: ${{ github.workspace }}/xswiftbus-*

postBuild:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [preBuild, checks, buildLinux, buildWin64, buildWin32, buildMacOS]

steps:
Expand All @@ -457,7 +457,7 @@ jobs:
name: xswiftbus-thin-allos-${{ needs.preBuild.outputs.version }}

release:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [preBuild, postBuild]
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
outputs:
Expand Down Expand Up @@ -498,7 +498,7 @@ jobs:
uses: actions/deploy-pages@v3

notify:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [preBuild, checks, buildLinux, buildWin64, buildWin32, buildMacOS, postBuild, release]
if: always()

Expand Down

0 comments on commit 73940e3

Please sign in to comment.