Use STL in one of Mac builds too

Check that Mac-specific code compiles and works correctly in STL builds
too.
This commit is contained in:
Vadim Zeitlin 2021-09-23 18:13:25 +02:00
parent 4713c19b37
commit 168c6d3bd5

View File

@ -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