Skip to content

Commit

Permalink
Merge pull request #3507 from bookwyrm-social/update-linter-ubuntu
Browse files Browse the repository at this point in the history
GitHub emailed me to say we need to use a later ubuntu version for these
  • Loading branch information
mouse-reeve authored Feb 14, 2025
2 parents 03bab92 + 4138a2b commit eef66b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
lint:
name: Lint with stylelint and ESLint.
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
lint:
name: Lint with Prettier
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it.
Expand Down

0 comments on commit eef66b5

Please sign in to comment.