Skip to content

Commit

Permalink
Merge pull request #59 from littlefs-project/ci-ubuntu-latest
Browse files Browse the repository at this point in the history
Change CI to just run on ubuntu-latest
  • Loading branch information
geky authored Jan 23, 2024
2 parents 2fd0c1c + faaad4c commit df68e2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:

jobs:
release:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

# need to manually check for a couple things
# - tests passed?
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
# self-host test with littlefs-fuse
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
# test older versions
test-lfs2_0:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install
Expand Down

0 comments on commit df68e2b

Please sign in to comment.