Skip to content

Commit

Permalink
updated osx workflow to ensure cache versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Aug 26, 2024
1 parent f2b8091 commit 04e4d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.7.15', '3.8.12', '3.9.7', '3.10.4', '3.11.0' ]
# python-version: [ '3.7', '3.8', '3.9', '3.10' ]

steps:
Expand Down

0 comments on commit 04e4d8d

Please sign in to comment.