Skip to content

Commit

Permalink
also fixing macos wheel build #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 23, 2024
1 parent 6b5de12 commit cb41010
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
matrix:
os: [macos-12, macos-13]
runs-on: ${{ matrix.os }}
# runs-on: macos-11
env:
CCACHE_COMPILERTYPE: clang

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheel-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Preparing Build System
run: |
brew install --cask xquartz
brew install --overwrite python@3.12
brew install xerces-c fox proj gdal gl2ps ccache
- name: ccache
Expand Down

0 comments on commit cb41010

Please sign in to comment.