Skip to content

Commit

Permalink
Add arch to install boost to fix macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GagaLP committed Sep 16, 2024
1 parent cee889b commit 95466dd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/simsycl_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,19 @@ jobs:
- os: windows-latest
c_compiler: cl
cpp_compiler: cl
arch: x86
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++
arch: x86
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
arch: x86
- os: macos-latest
c_compiler: gcc
cpp_compiler: g++-13
arch: aarch64
exclude:
- os: windows-latest
c_compiler: gcc
Expand All @@ -52,10 +56,11 @@ jobs:
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Install boost
uses: MarkusJx/[email protected].4
uses: MarkusJx/[email protected].5
id: install-boost
with:
boost_version: 1.78.0
boost_version: 1.81.0
arch: ${{matrix.arch}}

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
Expand Down

0 comments on commit 95466dd

Please sign in to comment.