forked from mia/Aegisub
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,
|
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
|
||||||
|
|
Loading…
Reference in a new issue