Skip to content

Commit

Permalink
Fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabmoore committed Feb 15, 2024
1 parent e8e199a commit 42433ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_unit_tests_mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: macos-14
strategy:
matrix:
python-version: ["3.8"]
python-version: ["3.10.11"]
steps:
- uses: actions/checkout@v3
- name: Setup python ${{ matrix.python-version }}
Expand Down

0 comments on commit 42433ac

Please sign in to comment.