Skip to content

Commit

Permalink
Merge pull request #89 from manicmaniac/renovate/ubuntu-24.x
Browse files Browse the repository at this point in the history
Update dependency ubuntu to v24
  • Loading branch information
manicmaniac authored Nov 30, 2024
2 parents 4e7f1e3 + 369a084 commit 1f3ae23
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
default: true
jobs:
benchmark:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-python@v5
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
default: true
jobs:
build-sdist:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
name: arc4-wheels-${{ matrix.os }}-${{ matrix.python-version }}
path: dist/*whl
build-manylinux-wheels:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container:
image: quay.io/pypa/manylinux_2_28_x86_64
strategy:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- build-sdist
- build-wheels
- build-manylinux-wheels
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/setup-python@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- push
jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
name: coverages-${{ matrix.python-version }}
path: coverage.${{ matrix.python-version }}.xml
upload-coverage:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: test
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 1f3ae23

Please sign in to comment.