File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
pull_request :
6
6
7
7
env :
8
- BAZEL_CXXOPTS : -std=c++14
8
+ BAZEL_CXXOPTS : -std=c++17
9
9
10
10
jobs :
11
11
Linux :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
18
19
19
- name : Tests
20
- run : bazel test --cxxopt=-std=c++14 --features=external_include_paths --test_output=errors ...
20
+ run : bazel test --cxxopt=-std=c++17 --features=external_include_paths --test_output=errors ...
21
21
22
22
macOS :
23
23
runs-on : macos-latest
24
24
steps :
25
25
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
with :
28
28
fetch-depth : 0
29
29
30
30
- name : Tests
31
- run : bazel test --cxxopt=-std=c++14 --features=external_include_paths --test_output=errors ...
31
+ run : bazel test --cxxopt=-std=c++17 --features=external_include_paths --test_output=errors ...
32
32
33
33
34
34
Windows :
35
35
runs-on : windows-latest
36
36
steps :
37
37
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
with :
40
40
fetch-depth : 0
41
41
42
42
- name : Tests
43
- run : bazel test --cxxopt=/std:c++14 --features=external_include_paths --test_output=errors ...
43
+ run : bazel test --cxxopt=/std:c++17 --features=external_include_paths --test_output=errors ...
You can’t perform that action at this time.
0 commit comments