Skip to content

Commit

Permalink
ci: reduce jobs to 3 on macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed May 28, 2024
1 parent 0c1232f commit 6de2d9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@ jobs:
mac-clang:
runs-on: macos-latest
timeout-minutes: 30
env:
CW_JOBS: '3'
steps:
- uses: actions/checkout@v4
- name: 'build'
Expand All @@ -528,6 +530,8 @@ jobs:
mac-llvm:
runs-on: macos-latest
timeout-minutes: 30
env:
CW_JOBS: '3'
steps:
- uses: actions/checkout@v4
- name: 'build'
Expand All @@ -549,6 +553,8 @@ jobs:
win-llvm-from-mac:
runs-on: macos-latest
timeout-minutes: 30
env:
CW_JOBS: '3'
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ jobs:
if: ${{ github.repository_owner == 'curl' }}
runs-on: macos-latest
timeout-minutes: 30
env:
CW_JOBS: '3'
steps:
- uses: actions/checkout@v4
- name: 'build'
Expand Down

0 comments on commit 6de2d9e

Please sign in to comment.