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 be1003a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .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 @@ -55,7 +59,8 @@ jobs:
uses: MarkusJx/[email protected]
id: install-boost
with:
boost_version: 1.78.0
boost_version: 1.79.0
arch: ${{matrix.arch}}

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

0 comments on commit be1003a

Please sign in to comment.