Skip to content

Commit

Permalink
Bump CI images to their latest two versions
Browse files Browse the repository at this point in the history
GCC: 12 and 13
Clang: 15 and 16
  • Loading branch information
bergzand committed Oct 13, 2023
1 parent 1bc7897 commit 8bb5bce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ jobs:
strategy:
matrix:
include:
- container: gcc:10
artifact: gcc-10
- container: gcc:12
artifact: gcc-12
cc: gcc
- container: gcc:11
artifact: gcc-11
- container: gcc:13
artifact: gcc-13
cc: gcc
- container: silkeh/clang:11
artifact: clang-11
- container: silkeh/clang:15
artifact: clang-15
cc: clang
- container: silkeh/clang:12
artifact: clang-12
- container: silkeh/clang:16
artifact: clang-16
cc: clang
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 8bb5bce

Please sign in to comment.