Skip to content

Commit 7442cf4

Browse files
committed
[INFRA] Remove gcc-11 from CI
1 parent e0e6d30 commit 7442cf4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
compiler: ["clang-19", "clang-18", "clang-17", "gcc-14", "gcc-13", "gcc-12", "gcc-11", "intel"]
36+
compiler: ["clang-19", "clang-18", "clang-17", "gcc-14", "gcc-13", "gcc-12", "intel"]
3737
include:
3838
- compiler: "intel"
3939
cxx_flags: "-fp-model=strict -Wno-overriding-option"

.github/workflows/ci_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
compiler: ["clang-19", "clang-18", "clang-17", "gcc-14", "gcc-13", "gcc-12", "gcc-11"]
36+
compiler: ["clang-19", "clang-18", "clang-17", "gcc-14", "gcc-13", "gcc-12"]
3737
steps:
3838
- name: Checkout
3939
uses: actions/checkout@v4

.github/workflows/ci_misc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
compiler: ["clang-19", "gcc-14", "gcc-11", "intel"]
36+
compiler: ["clang-19", "gcc-14", "gcc-12", "intel"]
3737
build: ["snippet", "performance", "header"]
3838
include:
3939
- compiler: "intel"

.github/workflows/cron_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
compiler: ["gcc-14", "gcc-13", "gcc-12", "gcc-11"]
35+
compiler: ["gcc-14", "gcc-13", "gcc-12"]
3636
container:
3737
image: ghcr.io/seqan/${{ matrix.compiler }}
3838
volumes:

.github/workflows/cron_avx2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
compiler: ["clang-19", "clang-18", "clang-17", "gcc-14", "gcc-13", "gcc-12", "gcc-11", "intel"]
36+
compiler: ["clang-19", "clang-18", "clang-17", "gcc-14", "gcc-13", "gcc-12", "intel"]
3737
build: [unit, snippet, performance, header]
3838
include:
3939
- compiler: "intel"

.github/workflows/cron_latest_libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
compiler: ["clang-19", "clang-18", "clang-17", "gcc-14", "gcc-13", "gcc-12", "gcc-11", "intel"]
36+
compiler: ["clang-19", "clang-18", "clang-17", "gcc-14", "gcc-13", "gcc-12", "intel"]
3737
build: [unit, snippet, performance, header]
3838
include:
3939
- compiler: "intel"

0 commit comments

Comments
 (0)