Skip to content

Commit 248b371

Browse files
committed
ifx version => 2025.2.0
1 parent ab39600 commit 248b371

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- {compiler: gcc, version: 11}
2626
- {compiler: gcc, version: 12}
2727
- {compiler: gcc, version: 13}
28-
- {compiler: intel, version: '2025.2'}
28+
- {compiler: intel, version: '2025.2.0'}
2929
build: [cmake]
3030
include:
3131
- os: ubuntu-22.04
@@ -36,7 +36,7 @@ jobs:
3636
toolchain: {compiler: gcc, version: 10}
3737
exclude:
3838
- os: macos-13
39-
toolchain: {compiler: intel, version: '2025.2'}
39+
toolchain: {compiler: intel, version: '2025.2.0'}
4040
- os: macos-13
4141
toolchain: {compiler: gcc, version: 13}
4242
env:

.github/workflows/ci_BLAS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
fail-fast: false
7676
matrix:
7777
toolchain:
78-
- { compiler: intel, version: "2025.2" }
78+
- { compiler: intel, version: "2025.2.0" }
7979
build: [cmake]
8080
env:
8181
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}

0 commit comments

Comments
 (0)