Skip to content

Commit

Permalink
macos-ci.yml: Leave macOS 14 for later; set up Python explicitly, sys…
Browse files Browse the repository at this point in the history
…tem-wide
  • Loading branch information
stephengtuggy authored Dec 21, 2024
1 parent c4b2e5c commit 9242064
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os:
- macos-13
# - macos-13
- macos-14
compiler:
- clang
Expand All @@ -45,6 +45,11 @@ jobs:
# - libpng
# - libvorbis
# - python
- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3.13.3

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

Expand Down

0 comments on commit 9242064

Please sign in to comment.