From 86a677aeab71647b63e3fbb93b8953cad2fa3c38 Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Mon, 10 Jul 2023 11:42:01 +0200 Subject: [PATCH] Use MacOS 13 and 14 to build tests Signed-off-by: Uilian Ries --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 646fc5a0c..ecdb3164f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - xcode: ['11', '12', '13'] + xcode: ['13', '14'] build_type: [Debug, Release] runs-on: macos-latest