From 3f125b8840f2947a89ec0397472fec9e4376a4e8 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Tue, 6 Feb 2024 14:48:45 +0800 Subject: [PATCH] Update workflows --- .github/workflows/ios.yml | 4 ++++ .github/workflows/macos.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 50e7a9a..a2204c7 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -23,6 +23,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Setup Xcode + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: latest-stable - name: Setup flutter uses: subosito/flutter-action@v2 with: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ae8db84..797767b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -23,6 +23,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Setup Xcode + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: latest-stable - name: Setup flutter uses: subosito/flutter-action@v2 with: