Skip to content

Commit 2da2258

Browse files
committed
Use ifx not ifort
1 parent feaf4fd commit 2da2258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/futs_intel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
version: '2025.0'
2525
- name: Build Tests
2626
run: |
27-
ifort --version
28-
cmake -H. -Bbuild -DBUILD_TESTS=ON -DCMAKE_Fortran_COMPILER=ifort
27+
ifx --version
28+
cmake -H. -Bbuild -DBUILD_TESTS=ON -DCMAKE_Fortran_COMPILER=ifx
2929
cmake --build build
3030
- name: Run Tests
3131
run: |

0 commit comments

Comments
 (0)