mirror of https://github.com/nirenjan/libx52.git
Disable builds on macOS 12
macOS 12 builds are currently failing with the following error: ld: warning: -undefined dynamic_lookup may not work with chained fixups This is causing the overall CI to fail, therefore, I am disabling it until such time that this can be fixed.fix-multiple-scroll-events
parent
d7b4a694fa
commit
0870518598
|
@ -21,7 +21,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-11', 'macos-12']
|
os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-11']
|
||||||
cc: ['gcc', 'clang']
|
cc: ['gcc', 'clang']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue