From 104ddd428ece2f70759c86100220a4229ca66e65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:38:43 +0000 Subject: [PATCH] Update dependency ubuntu to v22 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb7b0b94..00d6a90b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: test: name: Test Python - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: python-version: @@ -38,7 +38,7 @@ jobs: needs: - test if: ${{ github.ref == 'refs/heads/master' }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Set up Python @@ -60,7 +60,7 @@ jobs: needs: - test 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 @@ -76,7 +76,7 @@ jobs: build-doc: name: Build docs for each version - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Set up Python @@ -101,7 +101,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 artifacts