diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 127e665..7203e0d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 }} @@ -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"] diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 798a115..019b045 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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