Skip to content

Commit

Permalink
moving min osx version to 3.8 for arm support
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhausen committed Jun 26, 2024
1 parent 4637420 commit 23bb5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ macos-latest ] #, windows-latest, macos-latest]
python-version: ["3.7"] # TODO: decide how many versions to support
python-version: ["3.8"] # TODO: decide how many versions to support

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

Expand Down

0 comments on commit 23bb5fb

Please sign in to comment.