From 168c6d3bd5fbb6e3e7f8961be1eadf91fb6a8f91 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 23 Sep 2021 18:13:25 +0200 Subject: [PATCH] Use STL in one of Mac builds too Check that Mac-specific code compiles and works correctly in STL builds too. --- .github/workflows/ci_mac.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_mac.yml b/.github/workflows/ci_mac.yml index 75a2a10a0b..1f40159a01 100644 --- a/.github/workflows/ci_mac.yml +++ b/.github/workflows/ci_mac.yml @@ -73,10 +73,10 @@ jobs: fail-fast: false matrix: include: - - name: wxMac ARM C++11 + - name: wxMac ARM C++11 STL runner: self-hosted arch: arm64 - configure_flags: --with-cxx=11 + configure_flags: --with-cxx=11 --enable-stl use_asan: true - name: wxMac Intel C++17 runner: self-hosted