Skip to content

Commit

Permalink
Add brew upgrade & python 3.12 as default for macOS runner, refs #3
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertHilbrich committed Feb 12, 2024
1 parent c2020a1 commit e54ed5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
- name: Preparing Build System
run: |
brew install --cask xquartz
brew install python@3.11 || brew link --overwrite python@3.11
brew install python@3.12 || brew link --overwrite python@3.12
brew update
brew upgrade || brew link --overwrite python@3.12
brew install --cask xquartz
brew install xerces-c fox proj gdal gl2ps ccache googletest
# python3 -m pip install texttest

Expand Down

0 comments on commit e54ed5f

Please sign in to comment.