Skip to content

Commit 12a5d9e

Browse files
committed
version++
1 parent 2e69cdb commit 12a5d9e

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ env:
4141
jobs:
4242
build:
4343
name: Build & Release
44-
runs-on: macos-26
44+
runs-on: macos-latest
4545

4646
permissions:
4747
id-token: write
@@ -53,10 +53,6 @@ jobs:
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: |

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: bike_control
22
description: "BikeControl - Control your virtual riding"
33
publish_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

66
environment:
77
sdk: ^3.9.0

0 commit comments

Comments
 (0)