Skip to content

Commit 7ca45ff

Browse files
committed
fix: runner
1 parent 01c53e0 commit 7ca45ff

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/shellcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ on:
1010

1111
jobs:
1212
shellcheck_scripts:
13-
runs-on: ubuntu-22
13+
runs-on: ubuntu-latest
1414
timeout-minutes: 10
1515
steps:
1616
- uses: actions/checkout@v4
1717

1818
- name: Install shellcheck
19-
run: sudo apt-get install shellcheck=0.8.0-2
19+
run: sudo apt-get install shellcheck
2020

2121
- name: Run shellcheck
2222
run: |

scripts/prove_stdio.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,3 @@ echo "Note, this duration is inclusive of circuit handling and overall process i
158158

159159
# Clean up in case of success
160160
rm "$OUTPUT_LOG"
161-

0 commit comments

Comments
 (0)