diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index a0aadb705..43ec5231e 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -33,17 +33,11 @@ jobs: strategy: fail-fast: false matrix: - # !!!!!!!! Put back - os: [ 'macos-14' ] - compiler: [ 'gcc' ] + os: [ 'macos-12', 'macos-13', 'macos-14', 'macos-15' ] + compiler: [ 'gcc', 'clang' ] sanitizer: [ 'address', 'undefined', 'none' ] - tls: [ 'true' ] - def_debug: [ 'false' ] -# os: [ 'macos-12', 'macos-13', 'macos-14', 'macos-15' ] -# compiler: [ 'gcc', 'clang' ] -# sanitizer: [ 'address', 'undefined', 'none' ] -# tls: [ 'true', 'false' ] -# def_debug: [ 'true', 'false' ] + tls: [ 'true', 'false' ] + def_debug: [ 'true', 'false' ] exclude: # GCC on macOS doesn't seem to have library asan or ubsan - compiler: gcc