Skip to content

Commit

Permalink
GitHub Workflows: Use Ubuntu 22.04 instead of Fedora for Intel compil…
Browse files Browse the repository at this point in the history
…er testing
  • Loading branch information
masterleinad committed Nov 20, 2023
1 parent 0a40d16 commit ae75d38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration-workflow.yml
Expand Up @@ -25,22 +25,22 @@ jobs:
backend: ['OPENMP']
clang-tidy: ['']
include:
- distro: 'fedora:intel'
- distro: 'ubuntu:intel'
cxx: 'icpc'
cxx_extra_flags: '-diag-disable=177,10441'
cmake_build_type: 'Release'
backend: 'OPENMP'
- distro: 'fedora:intel'
- distro: 'ubuntu:intel'
cxx: 'icpc'
cxx_extra_flags: '-diag-disable=177,10441'
cmake_build_type: 'Debug'
backend: 'OPENMP'
- distro: 'fedora:intel'
- distro: 'ubuntu:intel'
cxx: 'icpx'
cxx_extra_flags: '-fp-model=precise -Wno-pass-failed'
cmake_build_type: 'Release'
backend: 'OPENMP'
- distro: 'fedora:intel'
- distro: 'ubuntu:intel'
cxx: 'icpx'
cxx_extra_flags: '-fp-model=precise -Wno-pass-failed'
cmake_build_type: 'Debug'
Expand Down

0 comments on commit ae75d38

Please sign in to comment.