Skip to content

Commit

Permalink
[testing] arm64 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nilfm99 committed Mar 21, 2024
1 parent 29d633d commit 538639a
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 @@ -21,7 +21,7 @@ jobs:
- os: ubuntu-latest
CC: ccache clang
CXX: ccache clang++
- os: macos-latest
- os: macos-14
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-latest'
if: matrix.os == 'macos-14'
run: |
brew install -q ninja nasm ccache
Expand Down

0 comments on commit 538639a

Please sign in to comment.