From ccee6ce0c2fa8161fa5eff4e7be9a75c0370304c Mon Sep 17 00:00:00 2001 From: Fabian Klebert Date: Fri, 13 Dec 2024 17:31:13 +0100 Subject: [PATCH] Upgrade manylinux build container --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 4075df5..efb69e7 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -8,7 +8,7 @@ jobs: matrix: python-version: ["3.8", "3.9", "3.10", "3.11"] runs-on: ubuntu-latest - container: ghcr.io/klebert-engineering/manylinux-cpp17-py${{ matrix.python-version }}-x86_64:2024.1 + container: ghcr.io/klebert-engineering/manylinux-cpp17-py${{ matrix.python-version }}-x86_64:2024.2 env: ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true steps: