Skip to content

Commit

Permalink
yaml syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oulap committed Sep 25, 2024
1 parent 46649d2 commit 413fc1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
build:
name: Build and upload artefact
strategy:
max-parallel: 1
matrix:
os: [macos-latest, macos-13]
python-version: ["3.8", "3.9", "3.10", "3.11"]
max-parallel: 1
matrix:
os: [macos-latest, macos-13]
python-version: ["3.8", "3.9", "3.10", "3.11"]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -107,8 +107,8 @@ jobs:
name: Test the wheel
needs: build
strategy:
max-parallel: 1
matrix:
max-parallel: 1
matrix:
os: [macos-latest, macos-13]
python-version: ["3.8", "3.9", "3.10", "3.11"]

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
build_and_test:
name: Build, test and upload
strategy:
max-parallel: 1
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
max-parallel: 1
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]

runs-on: windows-2022

Expand Down

0 comments on commit 413fc1a

Please sign in to comment.