Skip to content

Commit

Permalink
Disable linux-clang-12 CI job
Browse files Browse the repository at this point in the history
This version of the ci will be removed soon, anyway.
  • Loading branch information
dsarmany committed Jul 3, 2024
1 parent 4497be5 commit f046bd9
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ jobs:
name:
- linux gnu-10
- linux gnu-12
- linux clang-12
- linux clang-14
# - linux intel
# - macos appclang-14

include:
- name: linux gnu-10
Expand All @@ -55,14 +52,6 @@ jobs:
caching: true
cmake_options: -DENABLE_OMP_CXX=OFF

- name: linux clang-12
os: ubuntu-20.04
compiler: clang-12
compiler_cc: clang-12
compiler_cxx: clang++-12
compiler_fc: gfortran-10
caching: true

- name: linux clang-14
os: ubuntu-22.04
compiler: clang-14
Expand All @@ -71,25 +60,6 @@ jobs:
compiler_fc: gfortran-12
caching: true

# - name : linux intel
# os: ubuntu-20.04
# compiler: intel
# compiler_cc: icx
# compiler_cxx: icpx
# compiler_fc: ifx
# caching: true
# coverage: false

# - name: macos appclang-14
# # Xcode compiler requires empty environment variables, so we pass null (~) here
# os: macos-12
# compiler: clang-14
# compiler_cc: ~
# compiler_cxx: ~
# compiler_fc: gfortran-12
# caching: true
# cmake_options: -DMPI_SLOTS=4

runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
Expand Down

0 comments on commit f046bd9

Please sign in to comment.