Skip to content

Commit 3cfddaa

Browse files
authored
Switch to Ubuntu 24.04 with gcc13 (#1671)
Ubuntu 22.04 doesn't contain gcc13, even when using add-apt-repository ppa:ubuntu-toolchain-r/test Relates-To: MINOR Signed-off-by: Yaroslav Stefinko <ext-yaroslav.stefinko@here.com>
1 parent 8199e2c commit 3cfddaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/psv_pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ jobs:
125125
run: ./scripts/linux/psv/build_psv_no_cache.sh
126126
shell: bash
127127

128-
psv-linux-22-04-gcc13-build:
129-
name: PSV.Linux.22.04.gcc13.Tests
130-
runs-on: ubuntu-22.04
128+
psv-linux-24-04-gcc13-build:
129+
name: PSV.Linux.24.04.gcc13.Tests
130+
runs-on: ubuntu-24.04
131131
env:
132132
BUILD_TYPE: RelWithDebInfo
133133
CC: gcc-13

0 commit comments

Comments
 (0)