From d0c691be85e26399caaf7c3fa4071d56fe4255c5 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Thu, 10 Oct 2024 09:41:30 +0200 Subject: Revert "remove temporary workaround involving _LIBCPP_DISABLE_AVAILABILITY (#191)" (#193) This reverts commit e809931618b443809e9740edb70a62d0cab01f87. --- .github/workflows/validate.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github/workflows/validate.yml') diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 99f2a4f8e..7487297f4 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -234,9 +234,8 @@ jobs: name: reports-macos path: build/reports/*.xml - # signing temporarily disabled due to runner issues - name: Bundle - if: ${{ matrix.config == 'release' && 1 == 2 }} + if: ${{ matrix.config == 'release' }} run: | xmake bundle -v -y --codesignidentity="Developer ID Application" env: -- cgit v1.2.3