build: Use macos-latest for debug ios job

This commit is contained in:
Christian Kußowski 2025-06-25 10:12:48 +02:00
parent 24b88819ba
commit 5a7a76ff3a
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -82,7 +82,7 @@ jobs:
- run: ./flutter/bin/flutter build linux --target-platform linux-${{ matrix.arch }}
build_debug_ios:
runs-on: macos-15
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: cat .github/workflows/versions.env >> $GITHUB_ENV