summaryrefslogtreecommitdiffstats
path: root/.github/workflows/run-checker-daily.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/run-checker-daily.yml')
-rw-r--r--.github/workflows/run-checker-daily.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/run-checker-daily.yml b/.github/workflows/run-checker-daily.yml
index 5ad006e269..abd663c03e 100644
--- a/.github/workflows/run-checker-daily.yml
+++ b/.github/workflows/run-checker-daily.yml
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2021-2024 The OpenSSL Project Authors. All Rights Reserved.
#
# Licensed under the Apache License 2.0 (the "License"). You may not use
# this file except in compliance with the License. You can obtain a copy
@@ -313,7 +313,7 @@ jobs:
enable_tfo:
strategy:
matrix:
- os: [ ubuntu-latest, macos-latest ]
+ os: [ ubuntu-latest, macos-13, macos-14 ]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4