gh-14956: Check if the closing tab exists on the tab list before switching (gh-15312)

This commit is contained in:
mr. m
2026-09-09 13:13:40 +02:00
committed by mr. m
parent 5025b9056d
commit 2cfa61b633
13 changed files with 71 additions and 48 deletions

View File

@@ -23,7 +23,6 @@ jobs:
fail-fast: false
matrix:
arch: [x86_64, aarch64]
runs-on: ${{ matrix.arch == 'x86_64' && 'macos-15-intel' || 'macos-26' }}
steps:

View File

@@ -37,6 +37,8 @@ bash ./scripts/mar_sign.sh -i
ulimit -n 4096
export ZEN_DISABLE_BOOTSTRAP=1
if command -v Xvfb &> /dev/null; then
if ! test "$ZEN_CROSS_COMPILING"; then
Xvfb :2 -nolisten tcp -noreset -screen 0 1024x768x24 &

View File

@@ -27,7 +27,6 @@ jobs:
fail-fast: false
matrix:
arch: [x86_64, aarch64]
runs-on: ${{ inputs.release-branch == 'release' && 'windows-latest' || 'windows-latest' }}
steps: