Skip to content

Commit

Permalink
fix(publish.yml): change ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed Feb 26, 2024
1 parent 4e34861 commit c2c1285
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
name: Publish to GitHub Pages

on:
push:
# JUST FOR TESTING
# push:
# branches:
# - main
pull_request:
branches:
- main
workflow_dispatch:

env:
FLUTTER_VERSION: 3.16.5
UBUNTU_IMAGE: ubuntu-22.04

jobs:
publish:
runs-on: ubuntu-latest
runs-on: $UBUNTU_IMAGE
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
Expand Down

0 comments on commit c2c1285

Please sign in to comment.