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 04d1c17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [macos-latest, macos-14]
os: [macos-12, macos-14]
# python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.11"]

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

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

0 comments on commit 04d1c17

Please sign in to comment.