Skip to content

Commit

Permalink
[testing] python3.12 v6
Browse files Browse the repository at this point in the history
  • Loading branch information
nilfm99 committed Mar 20, 2024
1 parent 76e54b9 commit 634dc7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/libvmaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
PATH=/opt/homebrew/opt/llvm@14/bin:$PATH \
CC=clang \
CXX=clang++ \
CC=/opt/homebrew/opt/llvm@14/bin/clang \
CXX=/opt/homebrew/opt/llvm@14/bin/clang++ \
tox -c python
- name: Get binary path & Current Release
Expand Down

0 comments on commit 634dc7f

Please sign in to comment.