Skip to content

Commit

Permalink
Update flutter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroBytesX authored Aug 29, 2021
1 parent 3d813c8 commit 4969924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
build:
# This job will run on macos virtual machine
runs-on: macos-latest
runs-on: macos-11
steps:

# Setup Java environment in order to build the Android app.
Expand Down

1 comment on commit 4969924

@BytesZero
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修复 iOS 打包错误,因为新版本的SDK 引用了 iOS 14.5 的新类,所以需要 Xcode 12.5+ 版本来进行构建,具体参考这里,这里 CICD 指定 macos 版本来更新Xcode 版本到 12.5+,具体参考这里

Please sign in to comment.