Skip to content

Commit

Permalink
iox-eclipse-iceoryx#299 Set gcc version in CI to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
dkroenke committed Feb 14, 2022
1 parent a6085ff commit b62e295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- uses: egor-tensin/setup-gcc@v1
with:
version: 8
version: 9
platform: x64
- uses: jwlawson/[email protected]
with:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- uses: egor-tensin/[email protected]
with:
version: latest
version: 11
platform: x64
- uses: actions/checkout@v2
- run: ./tools/ci/build-test-ubuntu-with-sanitizers.sh gcc
Expand Down

0 comments on commit b62e295

Please sign in to comment.