Skip to content

Commit

Permalink
GA: fix cmake macos github action
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Nov 5, 2024
1 parent 74fc314 commit d5fb350
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-12]
os: [ubuntu-20.04, macos-latest]

steps:
- uses: actions/checkout@v4
Expand All @@ -33,10 +33,11 @@ jobs:
- name: Install dependencies on macOS
if: runner.os == 'macOS'
run: |
brew install ninja
brew install giflib
brew install openjpeg
brew install webp
# is already installed and up-to-date?
# brew install ninja
# brew install giflib
# brew install openjpeg
# brew install webp
cmake --version
Expand Down

0 comments on commit d5fb350

Please sign in to comment.