From f7a14d3352e4250ec5a4bb93e2238e0a5d795489 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sat, 8 Feb 2025 19:09:05 +0100 Subject: [PATCH] build: Fix ios debug build --- .github/workflows/integrate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 029adfbc7..7f4b79e73 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -78,7 +78,7 @@ jobs: - run: ./flutter/bin/flutter build linux --target-platform linux-${{ matrix.arch }} build_debug_ios: - runs-on: macos-latest + runs-on: macos-15 steps: - uses: actions/checkout@v4 - run: cat .github/workflows/versions.env >> $GITHUB_ENV