From abe48e44b335baae6b0a68048ef009e008832188 Mon Sep 17 00:00:00 2001 From: Simeon Ehrig Date: Wed, 11 Dec 2024 11:38:27 +0100 Subject: [PATCH] update icpx version in supported_compilers.json --- .github/workflows/verify-readme.yml | 2 +- script/readme_generator/supported_compilers.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify-readme.yml b/.github/workflows/verify-readme.yml index 810d49ccfb2..b1eb8ec777f 100644 --- a/.github/workflows/verify-readme.yml +++ b/.github/workflows/verify-readme.yml @@ -5,7 +5,7 @@ name: Check compiler support table in README.md on: [push, pull_request] jobs: - single-header: + check-readme: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/script/readme_generator/supported_compilers.json b/script/readme_generator/supported_compilers.json index d3a95f97de0..beb8e678b76 100644 --- a/script/readme_generator/supported_compilers.json +++ b/script/readme_generator/supported_compilers.json @@ -360,7 +360,7 @@ "state": "no" } }, - "icpx 2024.2 (Linux)": { + "icpx 2025.0 (Linux)": { "serial": { "state": "yes" },