From 3feb22070abd1251bbd9da6aec7c1096a3574f0f Mon Sep 17 00:00:00 2001 From: Sean Vig Date: Sat, 3 Aug 2024 22:24:05 -0400 Subject: [PATCH] xxx-release --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d0a75ca..75a976c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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" @@ -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: @@ -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: @@ -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 @@ -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: @@ -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