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 257296b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Publish to GitHub Pages

on:
push:
# JUST FOR TESTING
# push:
# branches:
# - main
pull_request:
branches:
- main
workflow_dispatch:
Expand All @@ -11,7 +15,7 @@ env:

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

0 comments on commit 257296b

Please sign in to comment.