1212 SEGFAULT_SIGNALS : all
1313
1414jobs :
15- psv-linux-20 -04-gcc7-build-cpplint :
16- name : PSV.Linux.20 .04.gcc7.Cpplint
17- runs-on : ubuntu-20 .04
15+ psv-linux-22 -04-gcc7-build-cpplint :
16+ name : PSV.Linux.22 .04.gcc7.Cpplint
17+ runs-on : ubuntu-22 .04
1818 env :
1919 LD_PRELOAD : /lib/x86_64-linux-gnu/libSegFault.so
2020 BUILD_TYPE : RelWithDebInfo
6060 env :
6161 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
6262
63- psv-linux-20 -04-gcc7-build-no-cache :
64- name : PSV.Linux.20 .04.gcc7.OLP_SDK_ENABLE_DEFAULT_CACHE=OFF
65- runs-on : ubuntu-20 .04
63+ psv-linux-22 -04-gcc7-build-no-cache :
64+ name : PSV.Linux.22 .04.gcc7.OLP_SDK_ENABLE_DEFAULT_CACHE=OFF
65+ runs-on : ubuntu-22 .04
6666 env :
6767 LD_PRELOAD : /lib/x86_64-linux-gnu/libSegFault.so
6868 BUILD_TYPE : RelWithDebInfo
@@ -142,9 +142,9 @@ jobs:
142142 run : ./scripts/linux/psv/build_psv_no_cache.sh
143143 shell : bash
144144
145- psv-linux-20 -04-clang-build :
146- name : PSV.Linux.20 .04.clang
147- runs-on : ubuntu-20 .04
145+ psv-linux-22 -04-clang-build :
146+ name : PSV.Linux.22 .04.clang
147+ runs-on : ubuntu-22 .04
148148 env :
149149 LD_PRELOAD : /lib/x86_64-linux-gnu/libSegFault.so
150150 BUILD_TYPE : RelWithDebInfo
@@ -160,9 +160,9 @@ jobs:
160160 run : scripts/linux/psv/build_psv.sh
161161 shell : bash
162162
163- psv-android-20 -04-build :
164- name : PSV.Linux.Android.20 .04
165- runs-on : ubuntu-20 .04
163+ psv-android-22 -04-build :
164+ name : PSV.Linux.Android.22 .04
165+ runs-on : ubuntu-22 .04
166166 env :
167167 LD_PRELOAD : /lib/x86_64-linux-gnu/libSegFault.so
168168 BUILD_TYPE : RelWithDebInfo
@@ -263,7 +263,7 @@ jobs:
263263
264264 psv-commit-checker :
265265 name : PSV.Commit.Checker
266- runs-on : ubuntu-20 .04
266+ runs-on : ubuntu-22 .04
267267 if : github.ref_name != 'master'
268268 steps :
269269 - uses : actions/checkout@v4
0 commit comments