Skip to content

Commit

Permalink
misc: switch to ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiangsu committed Jan 7, 2025
1 parent 7e3dcfe commit ceb6392
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: ubuntu-latest
environment: production

steps:
Expand All @@ -27,12 +27,10 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: '3.27.x'
channel: 'stable'
cache: true

- name: Install dependencies
run: flutter pub get

- name: Extract app version
id: extract_version
uses: NiklasLehnfeld/flutter-version-number-action@main
Expand Down

0 comments on commit ceb6392

Please sign in to comment.