Skip to content

Commit

Permalink
Update macos-ci.yml: Python version 3.13.1, not 3.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy authored Dec 21, 2024
1 parent 9242064 commit 08caa64
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 @@ -21,8 +21,8 @@ jobs:
fail-fast: false
matrix:
os:
# - macos-13
- macos-14
- macos-13
# - macos-14
compiler:
- clang
- gcc
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3.13.3
python-version: 3.13.1

- name: Install dependencies using homebrew
run: brew install boost-python3 gtk+3 gtkglext sdl
Expand Down

0 comments on commit 08caa64

Please sign in to comment.