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:
parent
4713c19b37
commit
168c6d3bd5
4
.github/workflows/ci_mac.yml
vendored
4
.github/workflows/ci_mac.yml
vendored
@ -73,10 +73,10 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: wxMac ARM C++11
|
- name: wxMac ARM C++11 STL
|
||||||
runner: self-hosted
|
runner: self-hosted
|
||||||
arch: arm64
|
arch: arm64
|
||||||
configure_flags: --with-cxx=11
|
configure_flags: --with-cxx=11 --enable-stl
|
||||||
use_asan: true
|
use_asan: true
|
||||||
- name: wxMac Intel C++17
|
- name: wxMac Intel C++17
|
||||||
runner: self-hosted
|
runner: self-hosted
|
||||||
|
Loading…
Reference in New Issue
Block a user