Skip to content

Commit

Permalink
CI: Skip win32/64 on ubuntu-24.04 due to python3.12 imp removal
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Oct 6, 2024
1 parent 38c53c7 commit 36691cb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 36691cb

Please sign in to comment.