From 36691cb81e8ef929a5ba8c933e1eb617bc33797c Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 7 Oct 2024 00:19:45 +0200 Subject: [PATCH] CI: Skip win32/64 on ubuntu-24.04 due to python3.12 imp removal Signed-off-by: falkTX --- .github/workflows/bootstrap.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 5b0755c..3765f72 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -279,12 +279,13 @@ jobs: - target: wasm container: ubuntu:24.04 os: ubuntu-latest - - target: win32 - container: ubuntu:24.04 - os: ubuntu-latest - - target: win64 - container: ubuntu:24.04 - os: ubuntu-latest + # fails due to python3.12 imp removal + # - target: win32 + # container: ubuntu:24.04 + # os: ubuntu-latest + # - target: win64 + # container: ubuntu:24.04 + # os: ubuntu-latest runs-on: ${{ matrix.os }} container: image: ${{ matrix.container }}