Skip to content

Commit

Permalink
🔧 Update compiler versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Jan 27, 2025
1 parent af5b6c2 commit 2cdd836
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 @@ -77,7 +77,7 @@ jobs:
fi
build_linux_gcc:
name: Linux GCC 9.3.0
name: Linux GCC 11.4.0
runs-on: ubuntu-22.04
if: >
github.event_name == 'pull_request' ||
Expand Down Expand Up @@ -130,15 +130,15 @@ jobs:
path-to-lcov: ./build/linux-Release/coverage.info

build_linux_clang:
name: Linux Clang 11.0
name: Linux Clang 14.0
runs-on: ubuntu-22.04
if: >
github.event_name == 'pull_request' ||
( contains(github.ref, 'main') && !contains(github.event.head_commit.message, '[no-ci]') ) ||
contains(github.event.head_commit.message, '[run-ci]')
env:
CC: clang-11
CXX: clang++-11
CC: clang-14
CXX: clang++-14
COSMOSCOUT_USE_PCH: false
COSMOSCOUT_USE_UNITY_BUILD: false
steps:
Expand Down

0 comments on commit 2cdd836

Please sign in to comment.