From 9fba0482fea4e54fa4aa1b5c134b7260673f38f8 Mon Sep 17 00:00:00 2001 From: Kyle Date: Sat, 5 Apr 2025 13:22:13 +0800 Subject: [PATCH] Fix Xcode version issue 16.0 will become 16 and resolve to Xcode 16.3 which will cause some issue --- .github/workflows/ios.yml | 2 +- .github/workflows/macos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 38f67894..c054c83e 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: [macos-15] - xcode-version: [16.0] + xcode-version: ["16.0"] release: [2021, 2024] ios-version: ["18.0"] include: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 0c5ab1d9..c4588d3c 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: [macos-15] - xcode-version: [16.0] + xcode-version: ["16.0"] release: [2021, 2024] runs-on: ${{ matrix.os }} env: