diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index ab94b76..02aa06b 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -6,12 +6,16 @@ jobs: build_linux: name: Build on ${{ matrix.image }} (Qt ${{ matrix.qt }}) runs-on: ubuntu-latest + continue-on-error: ${{ matrix.experimental }} strategy: matrix: image: [manylinux_2_28] - qt: [6.5.2, 6.4.2] - # qt: [6.4.2, 5.15.2] + qt: [6.4.2] arch: [x86_64] + experimental: [false] + include: + - version: 6.5.2 + experimental: true container: image: ghcr.io/python-limereport/pyside_builder_${{ matrix.image }}_${{ matrix.arch }}:qt-${{ matrix.qt }} steps: