Skip to content

Commit

Permalink
Update cmake-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik authored Mar 23, 2024
1 parent 3d5076f commit 01f315a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- os: ubuntu-22.04
cmake: /usr/bin/env CC=gcc-13 CXX=g++-13 cmake
- os: macos-12
cmake: /usr/bin/env CC="$(brew --prefix llvm@16)/bin/clang" CXX="$(brew --prefix llvm@16)/bin/clang++" cmake
cmake: /usr/bin/env CC="$(brew --prefix llvm@17)/bin/clang" CXX="$(brew --prefix llvm@17)/bin/clang++" cmake
- os: windows-latest
cmake: .\.github\workflows\build-windows.bat cmake

Expand All @@ -45,7 +45,7 @@ jobs:

- name: Install OSX dependencies
run: |
brew install SDL2 llvm@16
brew install SDL2 llvm@17
if: matrix.os == 'macos-12'

- name: Configure
Expand Down

0 comments on commit 01f315a

Please sign in to comment.