Skip to content

Commit

Permalink
fix: try building android with macos
Browse files Browse the repository at this point in the history
  • Loading branch information
VillagerTom committed Dec 22, 2024
1 parent 8492274 commit f362590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
android:
name: Build CI (Android)
needs: update_version
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- name: Checkout code
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
id: version
run: |
# 更新pubspec.yaml文件中的版本号
sed -i "s/version: .*/version: ${{ needs.update_version.outputs.new_version }}/g" pubspec.yaml
sed -i "" "s/version: .*/version: ${{ needs.update_version.outputs.new_version }}/g" pubspec.yaml
- name: flutter build apk
run: |
Expand Down

0 comments on commit f362590

Please sign in to comment.