Skip to content

Commit

Permalink
macos-release.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 7f4cb78 commit 75d65e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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 75d65e2

Please sign in to comment.