summaryrefslogtreecommitdiff
path: root/.github/workflows/nightly.yml
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-07-27 12:28:24 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-07-27 21:05:26 +0200
commitc2210539a9e2be1deacf8df8f432e035d9b9b9f0 (patch)
tree01ce8fb27fc00156830e87447badb6e2d06a26a7 /.github/workflows/nightly.yml
parent6d84462d68ec1ce4cde459297e0c52ad3c2bf29f (diff)
downloadqutebrowser-drop-32bit-windows.tar.gz
qutebrowser-drop-32bit-windows.zip
Drop 32bit Windows release supportdrop-32bit-windows
See #6050, still keeping open to track NSIS changes
Diffstat (limited to '.github/workflows/nightly.yml')
-rw-r--r--.github/workflows/nightly.yml25
1 files changed, 6 insertions, 19 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 2502d017b..18c12e053 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -19,47 +19,34 @@ jobs:
toxenv: build-release-qt5
name: qt5-macos
- os: windows-2019
- args: --64bit
branch: main
toxenv: build-release-qt5
- name: qt5-windows-64bit
- - os: windows-2019
- args: --32bit
- branch: main
- toxenv: build-release-qt5
- name: qt5-windows-32bit
-
+ name: qt5-windows
- os: macos-11
args: --debug
branch: main
toxenv: build-release-qt5
name: qt5-macos-debug
- os: windows-2019
- args: --64bit --debug
- branch: main
- toxenv: build-release-qt5
- name: qt5-windows-64bit-debug
- - os: windows-2019
- args: --32bit --debug
+ args: --debug
branch: main
toxenv: build-release-qt5
- name: qt5-windows-32bit-debug
+ name: qt5-windows-debug
- os: macos-11
toxenv: build-release
name: macos
- os: windows-2019
- args: --64bit
toxenv: build-release
- name: windows-64bit
+ name: windows
- os: macos-11
args: --debug
toxenv: build-release
name: macos-debug
- os: windows-2019
- args: --64bit --debug
+ args: --debug
toxenv: build-release
- name: windows-64bit-debug
+ name: windows-debug
runs-on: "${{ matrix.os }}"
timeout-minutes: 45
steps: