1
0
Fork 0

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
1 changed files with 12 additions and 12 deletions

View File

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