From 59300b6e7a5f06b1a1c11d29d138ef479f831906 Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 28 Feb 2024 19:27:15 +0100 Subject: [PATCH] [skip ci] Update macos-latest-clang.yml --- .github/workflows/macos-latest-clang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-latest-clang.yml b/.github/workflows/macos-latest-clang.yml index b8af71e..519e61b 100644 --- a/.github/workflows/macos-latest-clang.yml +++ b/.github/workflows/macos-latest-clang.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: - xcode: ['13.1', '13.2.1', '13.3.1', '13.4.1', '14.0', '14.0.1', '14.1'] + xcode: ['13', '14', '15'] type: [Release, Debug] runs-on: macos-12