Skip to content

Commit

Permalink
ts22.4.8 -> ts22.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed Aug 16, 2024
1 parent 84c8e99 commit 76b4edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
debug:
if: github.event_name == 'push'
runs-on: ubuntu-latest
container: ghcr.io/opencyphal/toolshed:ts22.4.8
container: ghcr.io/opencyphal/toolshed:ts22.4.10
strategy:
matrix:
toolchain: [ 'clang', 'gcc' ]
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- toolchain: gcc
c-compiler: gcc
cxx-compiler: g++
cxx-flags: -fno-strict-aliasing # GCC in MinSizeRel C++20 mode misoptimizes the Cavl test.
cxx-flags: -fno-strict-aliasing -fno-delete-null-pointer-checks # GCC in MinSizeRel C++20 mode misoptimizes the Cavl test.
- toolchain: clang
c-compiler: clang
cxx-compiler: clang++
Expand Down

0 comments on commit 76b4edc

Please sign in to comment.