summaryrefslogtreecommitdiffstats
path: root/.github/workflows/os-zoo.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/os-zoo.yml')
-rw-r--r--.github/workflows/os-zoo.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/os-zoo.yml b/.github/workflows/os-zoo.yml
index 64a8fd33ce..cd16a778ab 100644
--- a/.github/workflows/os-zoo.yml
+++ b/.github/workflows/os-zoo.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
@@ -105,7 +105,7 @@ jobs:
fail-fast: false
matrix:
branch: [openssl-3.0, openssl-3.1, master]
- os: [macos-11, macos-12, macos-13]
+ os: [macos-11, macos-12, macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4