Skip to content

Change CI to just run on ubuntu-latest #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-22.04
runs-on: ubuntu-latest
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-22.04
runs-on: ubuntu-latest
if: ${{github.event_name == 'repository_dispatch' ||
github.event_name == 'workflow_dispatch'}}
env:
Expand Down