diff options
| author | Stefan Boberg <[email protected]> | 2024-10-08 17:33:54 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2024-10-08 17:33:54 +0200 |
| commit | e809931618b443809e9740edb70a62d0cab01f87 (patch) | |
| tree | 7e3364258ebfbc5eac6ca0f444f72aff880344b4 /.github | |
| parent | Mrp/referencedset (#174) (diff) | |
| download | zen-e809931618b443809e9740edb70a62d0cab01f87.tar.xz zen-e809931618b443809e9740edb70a62d0cab01f87.zip | |
remove temporary workaround involving _LIBCPP_DISABLE_AVAILABILITY (#191)
* remove temporary workaround involving _LIBCPP_DISABLE_AVAILABILITY
* temp disable signing on Mac
this change should be revisited once we have resumed regular service wrt MacOS runners
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/validate.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 7487297f4..99f2a4f8e 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -234,8 +234,9 @@ jobs: name: reports-macos path: build/reports/*.xml + # signing temporarily disabled due to runner issues - name: Bundle - if: ${{ matrix.config == 'release' }} + if: ${{ matrix.config == 'release' && 1 == 2 }} run: | xmake bundle -v -y --codesignidentity="Developer ID Application" env: |