summaryrefslogtreecommitdiff
path: root/.github/workflows/openssl3.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/openssl3.yml')
-rw-r--r--.github/workflows/openssl3.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/openssl3.yml b/.github/workflows/openssl3.yml
index 32b6d3f50df9..b51685dff102 100644
--- a/.github/workflows/openssl3.yml
+++ b/.github/workflows/openssl3.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
@@ -21,12 +21,12 @@ jobs:
fail-fast: false
matrix:
include:
- - os: ubuntu-22.04
- cc: gcc-12
- - os: ubuntu-22.04
- cc: clang-18
- - os: ubuntu-22.04
- cc: i686-w64-mingw32-gcc-10
+ - os: ubuntu-24.04
+ cc: gcc-13
+ - os: ubuntu-24.04
+ cc: clang-19
+ - os: ubuntu-24.04
+ cc: i686-w64-mingw32-gcc-11
steps:
- uses: actions/checkout@v4
- name: dependencies