Skip to content

Commit

Permalink
In CI, add macOS (M1); for Ubuntu & Mac, ... [4]
Browse files Browse the repository at this point in the history
  • Loading branch information
axionbuster committed Feb 12, 2024
1 parent a4a47c1 commit 32b4ff9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
chmod u+x ./llvm.sh
sudo ./llvm.sh 17
- name: Install Clang 17 (macOS)
if: matrix.os == 'macos-latest'
run: brew install llvm@17

- name: Install Raylib dependencies (Ubuntu)
id: install-deps-u
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 32b4ff9

Please sign in to comment.