From 0c1f901c3860b165d8c6b53bd4e0db37c09679a4 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 30 Dec 2023 17:10:35 +0100 Subject: [PATCH] Reenable macos-universal-10.15 after fix Signed-off-by: falkTX --- .github/workflows/bootstrap.yml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 47896e2..29e0751 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -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