Skip to content

Commit

Permalink
Adding llmv 18 (more recent)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Jun 18, 2024
1 parent fb8cf5c commit 99439b6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ jobs:
echo 'export PATH="/usr/local/opt/llvm@14/bin:$PATH"' >> /Users/runner/.bash_profile
cd tests && make main.a && ./main.a
test-macos-clang18:

runs-on: macos-latest

steps:
- uses: actions/checkout@v4

- name: Check
run: |
brew install llvm@18
echo 'export PATH="/usr/local/opt/llvm@18/bin:$PATH"' >> /Users/runner/.bash_profile
cd tests && make main.a && ./main.a
test-ubuntu:
runs-on: ubuntu-latest
container: gvegayon/epiworld:latest
Expand Down

0 comments on commit 99439b6

Please sign in to comment.