Skip to content

Commit

Permalink
Merge pull request #185 from offa/ci
Browse files Browse the repository at this point in the history
Update CI compiler
  • Loading branch information
offa authored Dec 19, 2024
2 parents 068be0c + a75f21c commit 668d2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
compiler:
- gcc:14
- gcc:13
- clang:19
- clang:18
- clang:17
container:
image: "registry.gitlab.com/offa/docker-images/${{ matrix.compiler }}"
name: "${{ matrix.compiler }}"
Expand All @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
compiler:
- arm-none-eabi-gcc:12
- arm-none-eabi-gcc:14
build_config:
- {build_type: Debug, lto: OFF}
- {build_type: Release, lto: OFF}
Expand Down

0 comments on commit 668d2b5

Please sign in to comment.