From 32adaf04021aa67d7aae7dcb591cf1fad7f96cd0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 27 Oct 2022 02:49:27 +0100 Subject: [PATCH] Remove ANSI wxGTK CI build This is not supported any longer. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dba17ead6..9239e73bdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,10 +83,6 @@ jobs: compiler: clang++-10 configure_flags: --disable-sys-libs use_xvfb: true - - name: Ubuntu 20.04 wxGTK ANSI - runner: ubuntu-20.04 - configure_flags: --disable-unicode - skip_samples: true - name: Ubuntu 22.04 wxGTK with ASAN runner: ubuntu-22.04 configure_flags: --disable-compat30 --disable-sys-libs --disable-webview