Skip to content

Commit

Permalink
macos-ci.yml: Set up multiple Python versions side by side
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy authored Jan 7, 2025
1 parent 93bab0e commit 7f4cb78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3.12.8
python-version: |
3.12.8
3.13.1
- name: Install dependencies using homebrew
run: brew install boost-python3 gtk+3 gtkglext sdl libvorbis
Expand Down

0 comments on commit 7f4cb78

Please sign in to comment.