Skip to content

Commit

Permalink
macos-ci.yml: Reverse the order of the two Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy authored Jan 7, 2025
1 parent 75d65e2 commit 527ab8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
# - macos-14
compiler:
- clang
- gcc
#- gcc
homebrew-gl:
- true
# - false
homebrew-al:
- true
- false
#- false

steps:

Expand All @@ -49,8 +49,8 @@ jobs:
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: |
3.12.8
3.13.1
3.12.8
- name: Install dependencies using homebrew
run: brew install boost-python3 gtk+3 gtkglext sdl libvorbis
Expand Down

0 comments on commit 527ab8e

Please sign in to comment.