Skip to content

Commit

Permalink
Update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent 333b74c commit 1528547
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

test-py:
name: Test Python
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1528547

Please sign in to comment.