Skip to content

Commit ebdacf4

Browse files
Switch CI to ubuntu 22.04
Following github actions changes. For more details, see: actions/runner-images#11101 Relates-To: DATASDK-73 Signed-off-by: Rustam Gamidov <[email protected]>
1 parent ac33d9f commit ebdacf4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/psv_pipelines.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ env:
1212
SEGFAULT_SIGNALS: all
1313

1414
jobs:
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
@@ -60,9 +60,9 @@ jobs:
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

Comments
 (0)