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
nirenjan 2023-01-21 02:49:45 -08:00
parent d7b4a694fa
commit 0870518598
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-11', 'macos-12']
os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-11']
cc: ['gcc', 'clang']
steps: