Skip to content

Commit

Permalink
Experiment: macos.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreatwood committed Nov 20, 2024
1 parent 6794581 commit 09b90b9
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09b90b9

Please sign in to comment.