Skip to content

Commit

Permalink
Fixes issue of mac-os environment not supporting python 3.9 issue as …
Browse files Browse the repository at this point in the history
…described here: actions/setup-python#850
  • Loading branch information
Fontanapink committed Apr 25, 2024
1 parent ba34d16 commit d6da071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest] # Update to macos-latest when https://github.com/actions/setup-python/issues/850 has been resolved
python-version: ["3.9", "3.10"]

steps:
Expand Down

0 comments on commit d6da071

Please sign in to comment.