Skip to content

Commit

Permalink
Merge pull request #942 from Li-Xiang-Ideal/patch-1
Browse files Browse the repository at this point in the history
Update osx.yml
  • Loading branch information
rocky authored Nov 26, 2023
2 parents 9e2b2c8 + 353b868 commit 69664c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
jobs:
build:
env:
LDFLAGS: "-L/usr/local/opt/llvm@11/lib"
CPPFLAGS: "-I/usr/local/opt/llvm@11/include"
LDFLAGS: "-L/usr/local/opt/llvm@14/lib"
CPPFLAGS: "-I/usr/local/opt/llvm@14/include"
runs-on: macos-latest
strategy:
matrix:
Expand All @@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install OS dependencies
run: |
brew install llvm tesseract
brew install llvm@14 tesseract
python -m pip install --upgrade pip
- name: Install Mathics3 with full Python dependencies
run: |
Expand Down

0 comments on commit 69664c1

Please sign in to comment.