Skip to content

Commit

Permalink
testing macOS M1 and python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 31, 2024
1 parent 9a836e5 commit a507597
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 577 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.12", "3.11"]
os: [ubuntu-latest, macos-latest, macos-14]
python-version: ["3.10", "3.12", "3.11"]

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

0 comments on commit a507597

Please sign in to comment.