Skip to content

Commit 2506d06

Browse files
authored
Use 22.04 w/ clang13 for GH actions
1 parent 9bd2037 commit 2506d06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15-
- os: ubuntu-20.04
16-
additional_label: "with Clang 12"
15+
- os: ubuntu-22.04
16+
additional_label: "with Clang 13"
1717
cmake_args: >-
1818
-G Ninja
19-
-DCMAKE_C_COMPILER:STRING=clang-12
20-
-DCMAKE_CXX_COMPILER:STRING=clang++-12
19+
-DCMAKE_C_COMPILER:STRING=clang-13
20+
-DCMAKE_CXX_COMPILER:STRING=clang++-13
2121
-DMJPC_BUILD_GRPC_SERVICE:BOOL=ON
2222
tmpdir: "/tmp"
2323
- os: macos-12

0 commit comments

Comments
 (0)