From a9cf342959bec63207a008cbb2e054de13fa575d Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Tue, 14 Jan 2025 07:38:54 -0500 Subject: [PATCH] ci(compilers): add intel 2025.0 to test matrix --- .github/workflows/compilers.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index e76638851c6..14c858bdefb 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -28,6 +28,7 @@ jobs: - {os: windows-2022, compiler: gcc, version: 12} - {os: windows-2022, compiler: gcc, version: 13} # ifx + - {os: ubuntu-22.04, compiler: intel, version: 2025.0} - {os: ubuntu-22.04, compiler: intel, version: 2024.1} - {os: ubuntu-22.04, compiler: intel, version: "2024.0"} - {os: ubuntu-22.04, compiler: intel, version: 2023.2} @@ -35,6 +36,7 @@ jobs: - {os: ubuntu-22.04, compiler: intel, version: "2023.0"} - {os: ubuntu-22.04, compiler: intel, version: 2022.2.1} - {os: ubuntu-22.04, compiler: intel, version: 2022.2} + - {os: windows-2022, compiler: intel, version: 2025.0} - {os: windows-2022, compiler: intel, version: 2024.1} - {os: windows-2022, compiler: intel, version: "2024.0"} - {os: windows-2022, compiler: intel, version: 2023.2}