Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TsumiNa committed Mar 15, 2021
1 parent 8be5828 commit fe6a906
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
max-parallel: 6
max-parallel: 4
matrix:
python-version: [3.6, 3.7]
os: ["macos-11.0", "macos-10.15"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
max-parallel: 6
max-parallel: 4
matrix:
python-version: [3.6, 3.7]
os: ["ubuntu-18.04", "ubuntu-latest"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
max-parallel: 3
max-parallel: 2
matrix:
python-version: [3.6, 3.7]
os: ["windows-latest"]
Expand Down

0 comments on commit fe6a906

Please sign in to comment.