Skip to content

Commit d6b6721

Browse files
Switch to Ubuntu 24.04 with gcc13 (#1673)
Ubuntu 22.04 doesn't contain gcc13, even when using add-apt-repository ppa:ubuntu-toolchain-r/test Relates-To: MINOR Signed-off-by: Rustam Gamidov <ext-rustam.gamidov@here.com>
1 parent a47ef51 commit d6b6721

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/psv_pipelines.yml

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

126-
psv-linux-22-04-gcc13-build:
127-
name: PSV.Linux.22.04.gcc13
128-
runs-on: ubuntu-22.04
126+
psv-linux-24-04-gcc13-build:
127+
name: PSV.Linux.24.04.gcc13.Tests
128+
runs-on: ubuntu-24.04
129129
env:
130130
BUILD_TYPE: RelWithDebInfo
131131
CC: gcc-13

0 commit comments

Comments
 (0)