Skip to content

Commit

Permalink
try fixing macos gcc builds 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jul 11, 2024
1 parent 9bcb229 commit 248f305
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,32 @@ jobs:
*-*-macos*.*
urls.txt
mac-gcc:
runs-on: macos-latest
timeout-minutes: 30
env:
CW_JOBS: '4'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '300'
- name: 'build'
run: |
export CW_GCCSUFFIX='-14'
export CW_CONFIG='${{ github.ref_name }}-mac-gcc'
export CW_REVISION='${{ github.sha }}'
sh -c ./_ci-mac-homebrew.sh
- name: 'list dependencies'
run: cat urls.txt
- uses: actions/upload-artifact@v4
with:
name: 'curl-macos-gcc'
retention-days: 5
path: |
*-*-macos*.*
urls.txt
win-llvm-from-mac:
runs-on: macos-latest
timeout-minutes: 30
Expand Down

0 comments on commit 248f305

Please sign in to comment.