Skip to content

Commit

Permalink
Debug macos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
metab0t committed Apr 2, 2024
1 parent b0c30e8 commit 4bb4932
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [macos-latest, macos-14]
# os: [macos-12, macos-14]
os: [macos-12]
# python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.11"]
python-version: ["3.8", "3.11"]

env:
PYTHON_VERSION: ${{ matrix.python-version }}
MACOSX_DEPLOYMENT_TARGET: 10.14

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4bb4932

Please sign in to comment.