Build on Ubuntu 22.04 with GCC12

This commit is contained in:
Dennis Luxen 2022-11-01 12:53:53 +01:00
parent 9fc475e348
commit 769090bc3f

View File

@ -266,7 +266,7 @@ jobs:
- name: gcc-12-release
continue-on-error: false
node: 16
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
BUILD_TOOLS: ON
BUILD_TYPE: Release
CCOMPILER: gcc-12
@ -329,7 +329,7 @@ jobs:
- name: gcc-12-release-shared
continue-on-error: false
node: 16
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
BUILD_TOOLS: ON
BUILD_TYPE: Release
BUILD_SHARED_LIBS: ON