Skip to content

Commit

Permalink
py311 macos-latest extra options
Browse files Browse the repository at this point in the history
  • Loading branch information
nilfm99 committed Mar 21, 2024
1 parent 6a6044b commit fa61dc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/libvmaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- os: ubuntu-latest
CC: ccache clang
CXX: ccache clang++
- os: macos-14
- os: macos-latest
CC: ccache clang
CXX: ccache clang++
experimental: true
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
ccache --version
- name: Install dependencies (mac)
if: matrix.os == 'macos-14'
if: matrix.os == 'macos-latest'
run: |
brew install -q ninja nasm ccache llvm
Expand All @@ -84,7 +84,7 @@ jobs:
run: |
tox -c python
- name: Run tox tests (mac)
if: matrix.os == 'macos-14'
if: matrix.os == 'macos-latest'
run: |
PATH=$(brew --prefix)/opt/llvm/bin:$PATH \
CC=$(brew --prefix)/opt/llvm/bin/clang \
Expand Down

0 comments on commit fa61dc5

Please sign in to comment.