Skip to content

Commit ca91f8e

Browse files
committed
change name CI intel
1 parent 6760fa2 commit ca91f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
if: ${{ contains(matrix.build, 'cmake') }}
9393
run: cmake --install ${{ env.BUILD_DIR }}
9494

95-
intel-build:
95+
intel-build-llvm:
9696
runs-on: ${{ matrix.os }}
9797
strategy:
9898
fail-fast: false
@@ -173,7 +173,7 @@ jobs:
173173
- name: Install project
174174
run: cmake --install build
175175

176-
intel-build-osx:
176+
intel-build-classic:
177177
runs-on: ${{ matrix.os }}
178178
strategy:
179179
fail-fast: false

0 commit comments

Comments
 (0)