From 1528547622bfc11083eb4de99a332b6512140914 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:57:28 +0000 Subject: [PATCH] Update dependency ubuntu to v22 --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a90f0bf..7d3f3003 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: test-py: name: Test Python - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: python-version: @@ -44,7 +44,7 @@ jobs: test-js: name: Test JavaScript - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Set up Node.js @@ -74,7 +74,7 @@ jobs: needs: - test-py - test-js - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Set up Python @@ -99,7 +99,7 @@ jobs: needs: - test-py - test-js - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Set up Node.js @@ -125,7 +125,7 @@ jobs: needs: - build if: ${{ github.ref == 'refs/heads/main' }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Extract metadata (tags, labels) for Docker @@ -160,7 +160,7 @@ jobs: needs: - build if: ${{ startsWith(github.ref, 'refs/tags') }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Extract metadata (tags, labels) for Docker @@ -195,7 +195,7 @@ jobs: needs: - build if: ${{ github.ref == 'refs/heads/main' }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Set up Python @@ -221,7 +221,7 @@ jobs: needs: - build if: ${{ startsWith(github.ref, 'refs/tags') }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Set up Python @@ -246,7 +246,7 @@ jobs: needs: - build-doc if: ${{ startsWith(github.ref, 'refs/tags') }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Download doc artifacts