Skip to content

Commit

Permalink
Bumped Ubuntu version to 22.04
Browse files Browse the repository at this point in the history
With GitHub dropping 18.04 support, it's not clear if this is future
proof. But using ubuntu-latest and allowing breakage from OS-version
changes doesn't seem like a great solution either...

Maybe manually bumping the OS version when necessary is acceptable...
  • Loading branch information
geky committed May 4, 2023
1 parent fcb2fca commit 4594020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/littlefs-fuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# workflow to GitHub. It's not like there's a reason to ever delete
# these staging forks.
littlefs-fuse-fork:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
if: ${{github.event_name == 'push'}}
steps:
- name: create-fork
Expand All @@ -35,7 +35,7 @@ jobs:
# create PR to bring in the new release
littlefs-fuse-update:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
if: ${{github.event_name == 'repository_dispatch' ||
github.event_name == 'workflow_dispatch'}}
env:
Expand Down

0 comments on commit 4594020

Please sign in to comment.