Skip to content

Commit

Permalink
Merge pull request #113 from kaspar030/ci_update_clang_versions
Browse files Browse the repository at this point in the history
CI: use newer clang containers (12, 13)
  • Loading branch information
kaspar030 authored Feb 23, 2022
2 parents bfa245d + 73dd92a commit 959395f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
container:
- silkeh/clang:7
- silkeh/clang:8
- silkeh/clang:12
- silkeh/clang:13
crypto:
- sodium
- monocypher
Expand All @@ -30,10 +30,10 @@ jobs:
git clone https://github.com/intel/tinycrypt ../tinycrypt &&
bash -c 'cd ../tinycrypt && make -j all'
- container: silkeh/clang:7
- container: silkeh/clang:12
CC: clang

- container: silkeh/clang:8
- container: silkeh/clang:13
CC: clang

container: ${{ matrix.container }}
Expand Down

0 comments on commit 959395f

Please sign in to comment.