Skip to content

Commit

Permalink
Discontinue gcc11, use omp with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
lindstro committed Aug 27, 2024
1 parent 5ad8884 commit 432e597
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ jobs:
omp: ON
target: all

- os: macos-latest
cxx_compiler: g++-11
c_compiler: gcc-11
packages: 'g++-11-multilib gcc-11-multilib'
omp: ON
target: all

- os: macos-latest
cxx_compiler: g++-12
c_compiler: gcc-12
Expand All @@ -40,7 +33,7 @@ jobs:
- os: macos-latest
cxx_compiler: clang++
c_compiler: clang
omp: OFF
omp: ON
target: all

steps:
Expand Down

0 comments on commit 432e597

Please sign in to comment.