Skip to content

Commit

Permalink
Remove jobs using silkeh/clang and gcc docker containers that come wi…
Browse files Browse the repository at this point in the history
…th Python 3.7
  • Loading branch information
Ralf W. Grosse-Kunstleve committed Jun 24, 2024
1 parent 83b5ddc commit 2f24de5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,11 +311,6 @@ jobs:
fail-fast: false
matrix:
clang:
- 3.6
- 3.7
- 3.9
- 7
- 9
- dev
std:
- 11
Expand All @@ -324,8 +319,6 @@ jobs:
include:
- clang: 5
std: 14
- clang: 10
std: 17
- clang: 11
std: 20
- clang: 12
Expand Down Expand Up @@ -497,10 +490,6 @@ jobs:
fail-fast: false
matrix:
include:
- { gcc: 7, std: 11 }
- { gcc: 7, std: 17 }
- { gcc: 8, std: 14 }
- { gcc: 8, std: 17 }
- { gcc: 10, std: 17 }
- { gcc: 11, std: 20 }
- { gcc: 12, std: 20 }
Expand Down

0 comments on commit 2f24de5

Please sign in to comment.