Skip to content

Commit

Permalink
CI: revert shellcheck action from ubuntu-latest (currently 24.04) to …
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Jan 20, 2025
1 parent 90a9394 commit 596870d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
shellcheck:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout pi-apps repo
Expand Down

0 comments on commit 596870d

Please sign in to comment.