From cc2106fe7662c120cf806ff0943d7bdfee9835e6 Mon Sep 17 00:00:00 2001 From: Newman Chow Date: Thu, 21 Mar 2024 11:36:38 +0800 Subject: [PATCH] Update xcode version to 15.2 --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 56dec71..6287537 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,6 +22,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 16 + - run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer - uses: subosito/flutter-action@v2 with: # Use the latest stable release @@ -107,6 +108,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 16 + - run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer - run: npm install -g appcenter-cli - uses: subosito/flutter-action@v2 with: