Skip to content

Commit

Permalink
ci: fix compiler compatibility check workflow (#2195)
Browse files Browse the repository at this point in the history
Quote intel version number.
  • Loading branch information
wpbonelli authored Feb 3, 2025
1 parent e3adeb5 commit 963cfaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ 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: "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}
- {os: ubuntu-22.04, compiler: intel, version: 2023.1}
- {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: "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}
Expand Down

0 comments on commit 963cfaa

Please sign in to comment.