Skip to content

Commit 76aaf4c

Browse files
authored
Github Actions updates (#1617)
- Switch gcc13 to gcc14 on Ubuntu - update windows from deprecated 2019 to 2022: now GENERATOR: "Visual Studio 17 2022" - minor job naming updates Relates-To: OCMAM-532 Signed-off-by: Yaroslav Stefinko <ext-yaroslav.stefinko@here.com>
1 parent 4ccb09d commit 76aaf4c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/psv_pipelines.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,18 @@ jobs:
9191
run: gcc --version && ./scripts/linux/psv/build_psv.sh
9292
shell: bash
9393

94-
psv-linux-22-04-gcc13-build-no-cache:
95-
name: PSV.Linux.22.04.gcc13.OLP_SDK_ENABLE_DEFAULT_CACHE=OFF
96-
runs-on: ubuntu-22.04
94+
psv-linux-latest-gcc14-build-no-cache:
95+
name: PSV.Linux.latest.gcc14.OLP_SDK_ENABLE_DEFAULT_CACHE=OFF
96+
runs-on: ubuntu-latest
9797
env:
9898
BUILD_TYPE: RelWithDebInfo
99-
CC: gcc-13
100-
CXX: g++-13
99+
CC: gcc-14
100+
CXX: g++-14
101101
steps:
102102
- name: Check out repository
103103
uses: actions/checkout@v4
104104
- name: Install Ubuntu dependencies
105-
run: sudo rm /etc/apt/sources.list.d/microsoft-prod.list && sudo add-apt-repository ppa:ubuntu-toolchain-r/test && sudo apt-get update && sudo apt-get install -y libboost-all-dev libssl-dev libcurl4-openssl-dev gcc-13 g++-13 --no-install-recommends
105+
run: sudo rm /etc/apt/sources.list.d/microsoft-prod.list && sudo add-apt-repository ppa:ubuntu-toolchain-r/test && sudo apt-get update && sudo apt-get install -y libboost-all-dev libssl-dev libcurl4-openssl-dev gcc-14 g++-14 --no-install-recommends
106106
shell: bash
107107
- name: Compile project without cache
108108
run: ./scripts/linux/psv/build_psv_no_cache.sh
@@ -194,7 +194,7 @@ jobs:
194194
shell: bash
195195

196196
psv-macos-15-arm64-xcode-16-build:
197-
name: PSV.MacOS13.Xcode16
197+
name: PSV.MacOS15.Xcode16
198198
runs-on: macos-15
199199
steps:
200200
- name: Check out repository
@@ -226,7 +226,7 @@ jobs:
226226
USE_LATEST_XCODE: 0
227227

228228
psv-ios-os15-arm64-xcode-16-build:
229-
name: PSV.iOS.MacOS13.Xcode16
229+
name: PSV.iOS.MacOS15.Xcode16
230230
runs-on: macOS-15
231231
steps:
232232
- name: Check out repository
@@ -245,12 +245,12 @@ jobs:
245245
run: scripts/ios/azure_ios_build_psv.sh
246246
shell: bash
247247

248-
psv-win-16-vc2019-build:
249-
name: PSV.Win.VC2019
250-
runs-on: windows-2019
248+
psv-win-17-vc2022-build:
249+
name: PSV.Win.VC2022
250+
runs-on: windows-2022
251251
env:
252252
BUILD_TYPE: RelWithDebInfo
253-
GENERATOR: "Visual Studio 16 2019"
253+
GENERATOR: "Visual Studio 17 2022"
254254
steps:
255255
- name: Check out repository
256256
uses: actions/checkout@v4

0 commit comments

Comments
 (0)