let's try setting continue-on-error on the universal build so it will stop failing PRs
This commit is contained in:
parent
dd2a87f938
commit
93d182e1e9
|
@ -48,6 +48,7 @@ jobs:
|
||||||
name: Universal binary
|
name: Universal binary
|
||||||
needs: [build-macos]
|
needs: [build-macos]
|
||||||
runs-on: macos-13
|
runs-on: macos-13
|
||||||
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
- name: Download x86_64
|
- name: Download x86_64
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
|
Loading…
Reference in New Issue