summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-06-24 01:05:25 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-06-24 01:05:25 +0200
commit408e16917ec338ffc54af03f64be9a28df0130d0 (patch)
tree61ec6dc231156961196fb32d26432d5ef78e870e
parent220337f8700ecd83b53b19c7cada26acdc31e481 (diff)
downloadqutebrowser-408e16917ec338ffc54af03f64be9a28df0130d0.tar.gz
qutebrowser-408e16917ec338ffc54af03f64be9a28df0130d0.zip
ci: Kill remaining qt6-v2 references
-rw-r--r--.github/workflows/docker.yml3
-rw-r--r--.github/workflows/nightly.yml4
2 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 63bd607ff..cabf2d8c4 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -18,9 +18,6 @@ jobs:
- archlinux-webengine-qt6
steps:
- uses: actions/checkout@v3
- with:
- # FIXME:qt6 remove again once merged
- ref: ${{ matrix.image == 'archlinux-webengine-qt6' && 'qt6-v2' || '' }}
- uses: actions/setup-python@v4
with:
python-version: '3.x'
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index b9897943b..2254abb4a 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -46,22 +46,18 @@ jobs:
name: windows-32bit-debug
- os: macos-11
- branch: qt6-v2
toxenv: build-release-qt6
name: qt6-macos
- os: windows-2019
args: --64bit
- branch: qt6-v2
toxenv: build-release-qt6
name: qt6-windows-64bit
- os: macos-11
args: --debug
- branch: qt6-v2
toxenv: build-release-qt6
name: qt6-macos-debug
- os: windows-2019
args: --64bit --debug
- branch: qt6-v2
toxenv: build-release-qt6
name: qt6-windows-64bit-debug
runs-on: "${{ matrix.os }}"