We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd2037 commit 2506d06Copy full SHA for 2506d06
.github/workflows/build.yml
@@ -12,12 +12,12 @@ jobs:
12
fail-fast: false
13
matrix:
14
include:
15
- - os: ubuntu-20.04
16
- additional_label: "with Clang 12"
+ - os: ubuntu-22.04
+ additional_label: "with Clang 13"
17
cmake_args: >-
18
-G Ninja
19
- -DCMAKE_C_COMPILER:STRING=clang-12
20
- -DCMAKE_CXX_COMPILER:STRING=clang++-12
+ -DCMAKE_C_COMPILER:STRING=clang-13
+ -DCMAKE_CXX_COMPILER:STRING=clang++-13
21
-DMJPC_BUILD_GRPC_SERVICE:BOOL=ON
22
tmpdir: "/tmp"
23
- os: macos-12
0 commit comments