Skip to content

Commit

Permalink
bump jobs to proc+1 test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed May 30, 2024
1 parent a0760ca commit e4a166a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions: {}

env:
CW_MAP: '1'
CW_JOBS: '4'
CW_JOBS: '5'
DO_NOT_TRACK: '1'
DOCKER_CONTENT_TRUST: '1'

Expand Down Expand Up @@ -508,7 +508,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
env:
CW_JOBS: '3'
CW_JOBS: '4'
steps:
- uses: actions/checkout@v4
- name: 'build'
Expand All @@ -531,7 +531,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
env:
CW_JOBS: '3'
CW_JOBS: '4'
steps:
- uses: actions/checkout@v4
- name: 'build'
Expand All @@ -554,7 +554,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
env:
CW_JOBS: '3'
CW_JOBS: '4'
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions: {}

env:
CW_MAP: '1'
CW_JOBS: '4'
CW_JOBS: '5'
CW_PKG_NODELETE: '1'
CW_PKG_FLATTEN: '1'
DO_NOT_TRACK: '1'
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
env:
CW_JOBS: '3'
CW_JOBS: '4'
steps:
- uses: actions/checkout@v4
- name: 'build'
Expand Down

0 comments on commit e4a166a

Please sign in to comment.