From fe8b8f4ed9dc9de20d98667709836de01031155f Mon Sep 17 00:00:00 2001 From: ikesyo Date: Wed, 11 Dec 2024 15:45:16 +0900 Subject: [PATCH] [CI] Use Xcode 16.1 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9d6d205..259b007 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: xcode_version: - - "16.0" # 6.0 + - "16.1" # 6.0 env: DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode_version }}.app/Contents/Developer" runs-on: macos-15