diff --git a/.github/workflows/ci_linux.yml b/.github/workflows/ci_linux.yml index 6e207e6c8d..f9ccad6de6 100644 --- a/.github/workflows/ci_linux.yml +++ b/.github/workflows/ci_linux.yml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - compiler: ["clang-18", "clang-17", "gcc-14", "gcc-13", "gcc-12", "gcc-11", "intel"] + compiler: ["clang-19", "clang-18", "clang-17", "gcc-14", "gcc-13", "gcc-12", "gcc-11", "intel"] include: - compiler: "intel" cxx_flags: "-fp-model=strict -Wno-overriding-option" diff --git a/.github/workflows/ci_macos.yml b/.github/workflows/ci_macos.yml index b949e64dfa..6b5850a164 100644 --- a/.github/workflows/ci_macos.yml +++ b/.github/workflows/ci_macos.yml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - compiler: ["clang-18", "clang-17", "gcc-14", "gcc-13", "gcc-12", "gcc-11"] + compiler: ["clang-19", "clang-18", "clang-17", "gcc-14", "gcc-13", "gcc-12", "gcc-11"] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/ci_misc.yml b/.github/workflows/ci_misc.yml index cbb95fc56d..27b1787626 100644 --- a/.github/workflows/ci_misc.yml +++ b/.github/workflows/ci_misc.yml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - compiler: ["clang-18", "gcc-14", "gcc-11", "intel"] + compiler: ["clang-19", "gcc-14", "gcc-11", "intel"] build: ["snippet", "performance", "header"] include: - compiler: "intel" diff --git a/.github/workflows/cron_avx2.yml b/.github/workflows/cron_avx2.yml index 81f29adb72..c3c3c39b2e 100644 --- a/.github/workflows/cron_avx2.yml +++ b/.github/workflows/cron_avx2.yml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - compiler: ["clang-18", "clang-17", "gcc-14", "gcc-13", "gcc-12", "gcc-11", "intel"] + compiler: ["clang-19", "clang-18", "clang-17", "gcc-14", "gcc-13", "gcc-12", "gcc-11", "intel"] build: [unit, snippet, performance, header] include: - compiler: "intel" diff --git a/.github/workflows/cron_latest_libraries.yml b/.github/workflows/cron_latest_libraries.yml index c473421c17..129820b6a9 100644 --- a/.github/workflows/cron_latest_libraries.yml +++ b/.github/workflows/cron_latest_libraries.yml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - compiler: ["clang-18", "clang-17", "gcc-14", "gcc-13", "gcc-12", "gcc-11", "intel"] + compiler: ["clang-19", "clang-18", "clang-17", "gcc-14", "gcc-13", "gcc-12", "gcc-11", "intel"] build: [unit, snippet, performance, header] include: - compiler: "intel"