Skip to content

Commit

Permalink
Merge pull request #77 from manicmaniac/renovate/ubuntu-22.x
Browse files Browse the repository at this point in the history
Update dependency ubuntu to v22
  • Loading branch information
manicmaniac committed Jan 8, 2024
2 parents e90c829 + 8c806a5 commit a8fc9c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Expand Up @@ -9,7 +9,7 @@ on:
default: true
jobs:
benchmark:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-python@v5
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -12,7 +12,7 @@ on:
default: true
jobs:
build-sdist:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
with:
path: dist/*whl
build-manylinux-wheels:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: quay.io/pypa/manylinux_2_28_x86_64
strategy:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- build-sdist
- build-wheels
- build-manylinux-wheels
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-python@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -4,7 +4,7 @@ on:
- push
jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
name: coverages
path: coverage.${{ matrix.python-version }}.xml
upload-coverage:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: test
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit a8fc9c9

Please sign in to comment.