Skip to content

Commit

Permalink
xxx-release
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Aug 4, 2024
1 parent c507b35 commit 3feb220
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build-wayland:
name: Build Wayland libraries
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: quay.io/pypa/manylinux_2_28_x86_64
env:
libdrm-version: "2.4.114"
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
if-no-files-found: error
build-wheel-cpython:
name: Build CPython wheels
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: quay.io/pypa/manylinux_2_28_x86_64
needs: build-wayland
strategy:
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
path: output_wheels/*.whl
build-wheel-pypy:
name: Build PyPy wheels
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: quay.io/pypa/manylinux_2_28_x86_64
needs: build-wayland
strategy:
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
path: output_wheels/*.whl
test-wheel:
name: Test wheels
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: [build-wheel-cpython, build-wheel-pypy]
strategy:
fail-fast: false
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
assert has_xwayland()
build-source:
name: Build source package
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: quay.io/pypa/manylinux_2_28_x86_64
needs: build-wayland
env:
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
path: dist/*.tar.gz
upload-wheel:
name: Upload wheels
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: [test-wheel, build-source]
steps:
- name: Download wheels
Expand Down

0 comments on commit 3feb220

Please sign in to comment.