From 9f572bbad6f673871e2b1abb8d0b1e5eac4a6d87 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Sun, 10 Sep 2023 22:14:18 +0200 Subject: [PATCH] ci: added macos 13 runner --- .github/workflows/macos.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index b11b1089a..67f99d4af 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -14,7 +14,10 @@ jobs: strategy: fail-fast: true matrix: - os: [macos-11, macos-12] + os: + - macos-11 + - macos-12 + - macos-13 build_type: [Release, Debug] lib: [shared, static] components: [minimal, lgpl, gpl]