Browse Source

Reenable macos-universal-10.15 after fix

Signed-off-by: falkTX <falktx@falktx.com>
pull/28/head
falkTX 1 year ago
parent
commit
0c1f901c38
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 8 additions and 12 deletions
  1. +8
    -12
      .github/workflows/bootstrap.yml

+ 8
- 12
.github/workflows/bootstrap.yml View File

@@ -529,9 +529,8 @@ jobs:
os: macos-11
- target: macos-universal
os: macos-11
# FIXME broken build
#- target: macos-universal-10.15
#os: macos-11
- target: macos-universal-10.15
os: macos-11
# macos 12
- target: macos
os: macos-12
@@ -539,9 +538,8 @@ jobs:
os: macos-12
- target: macos-universal
os: macos-12
# FIXME broken build
#- target: macos-universal-10.15
#os: macos-12
- target: macos-universal-10.15
os: macos-12
# debian:11
- target: linux-aarch64
container: debian:11
@@ -809,15 +807,13 @@ jobs:
# macos 11
- target: macos-10.15
os: macos-11
# FIXME broken build
#- target: macos-universal-10.15
#os: macos-11
- target: macos-universal-10.15
os: macos-11
# macos 12
- target: macos-10.15
os: macos-12
# FIXME broken build
#- target: macos-universal-10.15
#os: macos-12
- target: macos-universal-10.15
os: macos-12
# debian 11
- target: linux-x86_64
container: debian:11


Loading…
Cancel
Save