Skip to content

Commit

Permalink
testing the full build
Browse files Browse the repository at this point in the history
  • Loading branch information
oulap committed Sep 27, 2024
1 parent e9f0823 commit 362856a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
build:
name: Build and upload artefact
strategy:
max-parallel: 1
# max-parallel: 1
matrix:
# os: [macos-latest, macos-13]
# python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [macos-13]
python-version: ["3.10"]
os: [macos-latest, macos-13]
python-version: ["3.8", "3.9", "3.10", "3.11"]
# os: [macos-13]
# python-version: ["3.10"]

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

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

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

Expand Down

0 comments on commit 362856a

Please sign in to comment.