Skip to content

Commit

Permalink
Use ubuntu for intel CI
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Dec 5, 2023
1 parent c119ca8 commit e4016b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
hypre: 'OFF'
silo: 'OFF'
coverage: 'OFF'
- distro: 'fedora:intel'
- distro: 'ubuntu:intel'
cxx: 'icpx'
backend: 'OPENMP'
cmake_build_type: 'Release'
Expand All @@ -56,7 +56,7 @@ jobs:
heffte: 'OFF'
hypre: 'OFF'
coverage: 'OFF'
- distro: 'fedora:intel'
- distro: 'ubuntu:intel'
cxx: 'icpx'
backend: 'OPENMP'
cmake_build_type: 'Debug'
Expand All @@ -65,7 +65,7 @@ jobs:
heffte: 'OFF'
hypre: 'OFF'
coverage: 'OFF'
- distro: 'fedora:intel'
- distro: 'ubuntu:intel'
cxx: 'icpx'
backend: 'SERIAL'
cmake_build_type: 'Release'
Expand All @@ -74,7 +74,7 @@ jobs:
heffte: 'OFF'
hypre: 'OFF'
coverage: 'OFF'
- distro: 'fedora:intel'
- distro: 'ubuntu:intel'
cxx: 'icpx'
backend: 'SERIAL'
cmake_build_type: 'Debug'
Expand All @@ -83,7 +83,7 @@ jobs:
heffte: 'OFF'
hypre: 'OFF'
coverage: 'OFF'
- distro: 'fedora:intel'
- distro: 'ubuntu:intel'
cxx: 'icpx'
backend: 'SERIAL'
cmake_build_type: 'Debug'
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
image: ghcr.io/ecp-copa/ci-containers/${{ matrix.distro }}
options: --security-opt seccomp=unconfined
# FIXME: remove failing distributions here when passing
continue-on-error: ${{ (matrix.distro == 'fedora:intel' && matrix.backend == 'SERIAL' && matrix.cmake_build_type == 'Release') || matrix.distro == 'opensuse:latest' }}
continue-on-error: ${{ (matrix.distro == 'ubuntu:intel' && matrix.backend == 'SERIAL' && matrix.cmake_build_type == 'Release') || matrix.distro == 'opensuse:latest' }}
steps:
- name: Cache ccache
uses: actions/cache@v2
Expand Down

0 comments on commit e4016b4

Please sign in to comment.