File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 4141jobs :
4242 build :
4343 name : Build & Release
44- runs-on : macos-26
44+ runs-on : macos-latest
4545
4646 permissions :
4747 id-token : write
5353 - name : Checkout Repository
5454 uses : actions/checkout@v3
5555
56- - uses : maxim-lobanov/setup-xcode@v1
57- with :
58- xcode-version : latest-stable
59-
6056 - name : Install certificates
6157 if : inputs.build_mac || inputs.build_ios
6258 env :
@@ -109,8 +105,8 @@ jobs:
109105 - name : Set Up Flutter
110106 uses : subosito/flutter-action@v2
111107 with :
112- channel : ' stable '
113- flutter-version : ${{ env.FLUTTER_VERSION }}
108+ channel : ' beta '
109+ # flutter-version: ${{ env.FLUTTER_VERSION }}
114110
115111 - name : Generate translation files
116112 run : |
@@ -243,8 +239,8 @@ jobs:
243239 - name : Set Up Flutter
244240 uses : subosito/flutter-action@v2
245241 with :
246- channel : ' stable '
247- flutter-version : ${{ env.FLUTTER_VERSION }}
242+ channel : ' beta '
243+ # flutter-version: ${{ env.FLUTTER_VERSION }}
248244
249245 - name : Generate translation files
250246 run : |
Original file line number Diff line number Diff line change 11name : bike_control
22description : " BikeControl - Control your virtual riding"
33publish_to : ' none' # Remove this line if you wish to publish to pub.dev
4- version : 4.5.0+83
4+ version : 4.5.0+84
55
66environment :
77 sdk : ^3.9.0
You can’t perform that action at this time.
0 commit comments