From c2ed48a6427cd97b1112a101841aa4e44f3a121a Mon Sep 17 00:00:00 2001 From: J Blackman Date: Mon, 11 Jul 2022 09:55:41 +1000 Subject: [PATCH] Update ci.yml Moving all distributions to 22.04 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b176cbe31f..80414d3e20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ on: jobs: setup: name: Setup - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 outputs: targets: ${{ steps.get-targets.outputs.targets }} steps: @@ -71,7 +71,7 @@ jobs: test: name: Test - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 @@ -88,7 +88,7 @@ jobs: name: Complete needs: [build, test] if: ${{ always() }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Check build matrix result if: ${{ needs.build.result != 'success' }}