Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lifegpc committed Feb 6, 2024
1 parent 2c7182e commit 902daff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
- 'LICENSE'
jobs:
ios:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -40,6 +40,7 @@ jobs:
- name: Build
run: flutter build ios --release
- name: Clean up
if: always()
run: |
rm -rf ~/Library/MobileDevice/Provisioning\ Profiles/ehf_dev.mobileprovision
- name: Archive
Expand Down

0 comments on commit 902daff

Please sign in to comment.