Skip to content

Commit

Permalink
Reenable macos-universal-10.15 after fix
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Dec 30, 2023
1 parent 2724f4a commit 0c1f901
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -529,19 +529,17 @@ 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
- target: macos-10.15
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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0c1f901

Please sign in to comment.