From 03fb176f61480adf3360043976397cd147502498 Mon Sep 17 00:00:00 2001 From: flagarde Date: Fri, 17 Jan 2025 11:47:40 +0800 Subject: [PATCH] Update macOS.yml change 16.0 to 16.2 : https://github.com/actions/runner-images/issues/11203 --- .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 a5c5ffcb..a41824a4 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -59,7 +59,7 @@ jobs: strategy: fail-fast: false matrix: - xcode: [ '15.0.1', '15.1', '15.2', '15.3', '15.4', '16.0', '16.1' ] + xcode: [ '15.0.1', '15.1', '15.2', '15.3', '15.4', '16.1', '16.2' ] standard: [ 11, 14, 17, 20 ] env: DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer