Skip to content

Commit

Permalink
Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 295b6d7 commit db45918
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: python3 -m pylint "setup.py" "pillow_heif/"

coverage-linux:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Coverage(Linux) • 🐍3.11

steps:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
verbose: true

coverage-linux-pillow-dev:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Coverage(Linux, Pillow-dev) • 🐍3.12

steps:
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
verbose: true

coverage-pi-heif:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Pi-Heif Coverage(Linux) • 🐍3.13

steps:
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
verbose: true

test-pi-heif:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Pi-Heif Test(Linux) • 🐍3.13

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-cache-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cibw_buildlinux: [ manylinux, musllinux ]
cibw_arch: [ "aarch64", "x86_64" ]
name: ${{ matrix.cibw_arch }} • ${{ matrix.cibw_buildlinux }}
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
KEY_HEAD: ${{ matrix.cibw_arch }}-${{ matrix.cibw_buildlinux }}
BUILD_DIR: "/tmp/ph_build_stuff"
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
cibw_buildlinux: [ manylinux, musllinux ]
cibw_arch: [ "aarch64", "x86_64" ]
name: Pi-Heif • ${{ matrix.cibw_arch }} • ${{ matrix.cibw_buildlinux }}
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
KEY_HEAD: Pi-Heif-${{ matrix.cibw_arch }}-${{ matrix.cibw_buildlinux }}
BUILD_DIR: "/tmp/ph_build_stuff"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
needs: [pi_heif_build]
if: "contains(github.event.head_commit.message, '[publish]')"
name: Upload to PyPi
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-wheels-pi_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
manylinux-wheels:
name: Ubuntu-Focal • ${{ matrix.python-version }}
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
linux-projects-together:
name: Linux • Together • ${{ matrix.python-version }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["pypy-3.10", "3.10"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
manylinux-wheels:
name: Ubuntu-Focal • ${{ matrix.python-version }}
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["pypy-3.9", "pypy-3.10", "3.9", "3.10", "3.11", "3.12", "3.13"]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels-pi_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
cibw_buildlinux: [ manylinux, musllinux ]
cibw_arch: [ "aarch64", "x86_64" ]
name: ${{ matrix.cibw_buildlinux }} • ${{ matrix.cibw_arch }} • CPython
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
BUILD_DIR: "/tmp/ph_build_stuff"
KEY_HEAD: Pi-Heif-${{ matrix.cibw_arch }}-${{ matrix.cibw_buildlinux }}
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
cibw_buildlinux: [ manylinux ]
cibw_arch: [ "aarch64", "x86_64" ]
name: ${{ matrix.cibw_buildlinux }} • ${{ matrix.cibw_arch }} • PyPy
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
BUILD_DIR: "/tmp/ph_build_stuff"
KEY_HEAD: Pi-Heif-${{ matrix.cibw_arch }}-${{ matrix.cibw_buildlinux }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels-pillow_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
cibw_buildlinux: [ manylinux, musllinux ]
cibw_arch: [ "aarch64", "x86_64" ]
name: ${{ matrix.cibw_buildlinux }} • ${{ matrix.cibw_arch }} • CPython
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
BUILD_DIR: "/tmp/ph_build_stuff"
KEY_HEAD: ${{ matrix.cibw_arch }}-${{ matrix.cibw_buildlinux }}
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
cibw_buildlinux: [ manylinux ]
cibw_arch: [ "aarch64", "x86_64" ]
name: ${{ matrix.cibw_buildlinux }} • ${{ matrix.cibw_arch }} • PyPy
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
BUILD_DIR: "/tmp/ph_build_stuff"
KEY_HEAD: ${{ matrix.cibw_arch }}-${{ matrix.cibw_buildlinux }}
Expand Down

0 comments on commit db45918

Please sign in to comment.