diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 120a849..2c14e3f 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -832,9 +832,10 @@ jobs: - target: linux-x86_64 container: ubuntu:23.10 os: ubuntu-latest - - target: win64 - container: ubuntu:23.10 - os: ubuntu-latest + # FIXME std::mutex issues + #- target: win64 + #container: ubuntu:23.10 + #os: ubuntu-latest runs-on: ${{ matrix.os }} container: image: ${{ matrix.container }}