From 1ac8c8490fdc4c6cc54e3398c415d2da95f88125 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Sat, 9 Aug 2025 16:00:33 +0900 Subject: [PATCH] Update macOS CI to use Xcode 16.4 - Updated from Xcode_16 to Xcode_16.4 for latest stable version - Xcode 16.4 is the most recent stable version available on GitHub Actions macOS-15 runners - This ensures builds use the latest available toolchain and SDKs --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef5064fe..7df45139 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,7 +66,7 @@ jobs: matrix: include: - os: macos-15 - xcode: Xcode_16 + xcode: Xcode_16.4 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4