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 76890b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 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 Down Expand Up @@ -56,6 +60,7 @@ jobs:
id: install-boost
with:
boost_version: 1.78.0
arch: ${{matrix.arch}}

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

0 comments on commit 76890b3

Please sign in to comment.