Skip to content

Commit

Permalink
fix: runner
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Oct 28, 2024
1 parent 01c53e0 commit 7ca45ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ on:

jobs:
shellcheck_scripts:
runs-on: ubuntu-22
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4

- name: Install shellcheck
run: sudo apt-get install shellcheck=0.8.0-2
run: sudo apt-get install shellcheck

- name: Run shellcheck
run: |
Expand Down
1 change: 0 additions & 1 deletion scripts/prove_stdio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,3 @@ echo "Note, this duration is inclusive of circuit handling and overall process i

# Clean up in case of success
rm "$OUTPUT_LOG"

0 comments on commit 7ca45ff

Please sign in to comment.