From ad32782145eb732abb6a4361b085785b9fac3788 Mon Sep 17 00:00:00 2001 From: Ben Howe Date: Sun, 12 Jan 2025 18:55:49 +0000 Subject: [PATCH] Back to ubuntu-latest Signed-off-by: Ben Howe --- .github/workflows/build_wheels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yaml b/.github/workflows/build_wheels.yaml index 687ec38..a8405f6 100644 --- a/.github/workflows/build_wheels.yaml +++ b/.github/workflows/build_wheels.yaml @@ -20,7 +20,7 @@ concurrency: jobs: linux-build: name: Linux build - runs-on: linux-${{ matrix.platform }}-cpu8 + runs-on: ubuntu-latest # CUDAQ requires a highly specialized environment to build. Thus, it is much # easier to rely on their's devdeps images to do the building. # FIXME: there is no guarantee that this CUDA-Q image aligns with the CUDA-Q