Browse Source

CI: Skip win32/64 on ubuntu-24.04 due to python3.12 imp removal

Signed-off-by: falkTX <falktx@falktx.com>
main
falkTX 7 months ago
parent
commit
36691cb81e
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 7 additions and 6 deletions
  1. +7
    -6
      .github/workflows/bootstrap.yml

+ 7
- 6
.github/workflows/bootstrap.yml View File

@@ -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 }}


Loading…
Cancel
Save