Skip to content

Commit ab39600

Browse files
committed
ifx version => 2025.2
1 parent 2c47354 commit ab39600

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ jobs:
2525
- {compiler: gcc, version: 11}
2626
- {compiler: gcc, version: 12}
2727
- {compiler: gcc, version: 13}
28-
- {compiler: intel, version: '2024.1'}
29-
build: [cmake]
28+
- {compiler: intel, version: '2025.2'}
29+
build: [cmake]
3030
include:
3131
- os: ubuntu-22.04
3232
build: cmake
33-
toolchain: {compiler: intel-classic, version: '2021.10'}
33+
toolchain: {compiler: intel-classic, version: '2021.10'}
3434
- os: ubuntu-latest
3535
build: cmake-inline
3636
toolchain: {compiler: gcc, version: 10}
3737
exclude:
3838
- os: macos-13
39-
toolchain: {compiler: intel, version: '2024.1'}
39+
toolchain: {compiler: intel, version: '2025.2'}
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: "2024.1" }
78+
- { compiler: intel, version: "2025.2" }
7979
build: [cmake]
8080
env:
8181
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}

0 commit comments

Comments
 (0)