From c16b906b9213bc22caa9b6bfcff07c6ca2fc3dd7 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 15 Feb 2025 20:51:00 +0100 Subject: [PATCH] Build: Fix wheel build. --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8e6f4f1c..873c31b5 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -193,7 +193,7 @@ jobs: - manylinux2014_x86_64 - manylinux2014_i686 pyversion: ["*"] - os: "ubuntu-latest" + os: ["ubuntu-latest"] include: - image: manylinux2014_aarch64