Skip to content

Commit

Permalink
chore: Update continuous delivery workflow to use Ubuntu instead of m…
Browse files Browse the repository at this point in the history
…acOS
  • Loading branch information
lsaudon committed Jul 4, 2024
1 parent fa8f83b commit 620ee53
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/example_launch_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,16 @@ name: launch-continuous-delivery
on:
workflow_dispatch

env:
FLUTTER_VERSION: 3.22.2

jobs:
continuous-delivery-ios:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- uses: dart-lang/setup-dart@v1
with:
cache: true
channel: stable
flutter-version: ${{ env.FLUTTER_VERSION }}
sdk: "stable"
- run: |
dart pub global activate --source=path .
cd example
releascribe_cli release
cat pubspec.yaml

0 comments on commit 620ee53

Please sign in to comment.