Use 24.04 runner for asan/ubsan runs

This commit is contained in:
Dennis Luxen 2024-05-10 15:32:49 +02:00 committed by GitHub
parent a94e4d56cc
commit 177b2b61b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,7 +162,7 @@ jobs:
- name: gcc-13-debug-asan-ubsan - name: gcc-13-debug-asan-ubsan
continue-on-error: false continue-on-error: false
node: 20 node: 20
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
BUILD_TOOLS: ON BUILD_TOOLS: ON
BUILD_TYPE: Debug BUILD_TYPE: Debug
CCOMPILER: gcc-13 CCOMPILER: gcc-13