actions: disable MacOS
The LTO change broke this somehow, but disable until I can investigate why
This commit is contained in:
parent
f5122a3927
commit
48c3acd3aa
1 changed files with 12 additions and 12 deletions
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue