From 2d463b56204bd635648decb56afe2d64ca7177b0 Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 28 Feb 2024 19:30:00 +0100 Subject: [PATCH] [skip ci] Try to fix 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 379befc..5c85685 100644 --- a/.github/workflows/macos-latest-clang.yml +++ b/.github/workflows/macos-latest-clang.yml @@ -28,7 +28,7 @@ jobs: xcode: ['13.4', '14.2', '15.1'] type: [Release, Debug] - runs-on: macos-12 + runs-on: macos-13 env: DEVELOPER_DIR: /Applications/Xcode_${{matrix.xcode}}.app/Contents/Developer