Skip to content

Commit 81bc9ab

Browse files
committed
use ubuntu
Signed-off-by: Balakrishna Avulapati <ba@bavulapati.com>
1 parent 996c687 commit 81bc9ab

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,17 +163,14 @@ jobs:
163163
fail-on-alert: false
164164

165165
clang-tidy:
166-
runs-on: macos-latest
167-
env:
168-
CC: clang
169-
CXX: clang++
166+
runs-on: ubuntu-latest
170167
steps:
171168
- uses: actions/checkout@v4
172169
- run: cmake --version
173170
- name: Install llvm
174-
run: brew install llvm
175-
- name: Set PATH
176-
run: echo "/opt/homebrew/opt/llvm/bin:$PATH" >> "$GITHUB_PATH"
171+
run: sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
172+
# - name: Set PATH
173+
# run: echo "/opt/homebrew/opt/llvm/bin:$PATH" >> "$GITHUB_PATH"
177174
- name: Debug Environment
178175
run: |
179176
echo "PATH: $PATH"

0 commit comments

Comments
 (0)