actions: disable MacOS

The LTO change broke this somehow, but disable until I can investigate why
This commit is contained in:
Ryan 2021-03-27 09:31:10 -04:00
parent f5122a3927
commit 48c3acd3aa

View file

@ -38,18 +38,18 @@ jobs:
buildtype: release, buildtype: release,
args: '' args: ''
} }
- { #- {
name: macOS Debug, # name: macOS Debug,
os: macos-latest, # os: macos-latest,
buildtype: debugoptimized, # buildtype: debugoptimized,
args: -Ddefault_library=static # args: -Ddefault_library=static
} #}
- { #- {
name: macOS Release, # name: macOS Release,
os: macos-latest, # os: macos-latest,
buildtype: release, # buildtype: release,
args: -Ddefault_library=static # args: -Ddefault_library=static
} #}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2