From 7e6f3f0f0d8bda6ec082f0947a6cf69dae4fc7c3 Mon Sep 17 00:00:00 2001 From: Mat Sutcliffe Date: Sun, 3 Dec 2023 18:35:53 +0000 Subject: [PATCH] ci: Update runner OS version for post-build jobs --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d5d61d1b..fd6bd43ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -421,7 +421,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: @@ -446,7 +446,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: @@ -488,7 +488,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()