File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 3131 schedule :
3232 - cron : ' 0 0 * * *'
3333
34+ workflow_dispatch :
35+
3436concurrency :
3537
3638 group : ${{ github.head_ref || github.run_id }}-${{ github.workflow }}
4143 addlicense :
4244 name : verify licenses
4345
44- runs-on : ubuntu-20 .04
46+ runs-on : ubuntu-22 .04
4547
4648 steps :
4749 - uses : actions/checkout@v2
6163 buildifier :
6264 name : check format with buildifier
6365
64- runs-on : ubuntu-20 .04
66+ runs-on : ubuntu-22 .04
6567
6668 steps :
6769 - uses : actions/checkout@v2
99101 clang_format :
100102 name : check format with clang-format
101103
102- runs-on : ubuntu-20 .04
104+ runs-on : ubuntu-22 .04
103105
104106 steps :
105107 - uses : actions/checkout@v2
@@ -115,7 +117,7 @@ jobs:
115117 clang_tidy :
116118 name : check format with clang-tidy
117119
118- runs-on : ubuntu-20 .04
120+ runs-on : ubuntu-22 .04
119121
120122 steps :
121123 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 3131 schedule :
3232 - cron : ' 0 0 * * *'
3333
34+ workflow_dispatch :
35+
3436concurrency :
3537
3638 group : ${{ github.head_ref || github.run_id }}-${{ github.workflow }}
@@ -127,7 +129,7 @@ jobs:
127129 flags : --config=clang-tsan
128130 - name : ' NullVM on Windows/x86_64'
129131 engine : ' null'
130- os : windows-2019
132+ os : windows-2022
131133 arch : x86_64
132134 action : test
133135 targets : -//test/fuzz/...
Original file line number Diff line number Diff line change 1414
1515#pragma once
1616
17+ #include < string>
1718#include < string_view>
1819
1920namespace proxy_wasm {
You can’t perform that action at this time.
0 commit comments