diff options
Diffstat (limited to '.github/workflows/linux_fuzz.yml')
| -rw-r--r-- | .github/workflows/linux_fuzz.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/linux_fuzz.yml b/.github/workflows/linux_fuzz.yml index f98cac7aff2e..ea2d3833dca2 100644 --- a/.github/workflows/linux_fuzz.yml +++ b/.github/workflows/linux_fuzz.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Yubico AB. All rights reserved. +# Copyright (c) 2022-2024 Yubico AB. All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. # SPDX-License-Identifier: BSD-2-Clause @@ -20,8 +20,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-22.04 ] - cc: [ clang-18 ] + os: [ ubuntu-24.04 ] + cc: [ clang-19 ] sanitizer: [ asan, msan ] steps: - uses: actions/checkout@v4 |
