Skip to content

Commit

Permalink
Testing macos13 only
Browse files Browse the repository at this point in the history
  • Loading branch information
oulap committed Sep 27, 2024
1 parent d2c6619 commit fe457c3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
strategy:
max-parallel: 1
matrix:
os: [macos-latest, macos-13]
python-version: ["3.8", "3.9", "3.10", "3.11"]
# 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 @@ -109,8 +111,10 @@ jobs:
strategy:
max-parallel: 1
matrix:
os: [macos-latest, macos-13]
python-version: ["3.8", "3.9", "3.10", "3.11"]
# 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 fe457c3

Please sign in to comment.