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: