From 011afe6e8a2fe823a020bb43a5786a2d172442e8 Mon Sep 17 00:00:00 2001 From: mati Date: Fri, 17 Jan 2025 17:43:26 -0300 Subject: [PATCH] Use ubuntu noble container in build --- .github/workflows/build-manylinux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-manylinux.yml b/.github/workflows/build-manylinux.yml index 56e02b28..bc510d84 100644 --- a/.github/workflows/build-manylinux.yml +++ b/.github/workflows/build-manylinux.yml @@ -15,7 +15,7 @@ permissions: jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Checkout Code @@ -76,8 +76,8 @@ jobs: test: needs: build - runs-on: ubuntu-22.04 - container: ubuntu:jammy + runs-on: ubuntu-latest + container: ubuntu:noble steps: