Skip to content

Commit

Permalink
change name CI intel
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdp1 committed Dec 25, 2023
1 parent 6760fa2 commit ca91f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
if: ${{ contains(matrix.build, 'cmake') }}
run: cmake --install ${{ env.BUILD_DIR }}

intel-build:
intel-build-llvm:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Install project
run: cmake --install build

intel-build-osx:
intel-build-classic:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit ca91f8e

Please sign in to comment.