build: Use macos-latest for debug ios job

pull/1984/head
Christian Kußowski 4 months ago
parent 24b88819ba
commit 5a7a76ff3a
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -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

Loading…
Cancel
Save