Skip to content

Commit 4797261

Browse files
add runs-on to print_results job
1 parent 64b32b1 commit 4797261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/verify.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
set -ex
3434
bash .github/workflows/verify.sh "${{matrix.letter}}"
3535
print_results:
36+
runs-on: 'ubuntu-24.04'
3637
needs: [verify]
3738
steps:
3839
- run: |

0 commit comments

Comments
 (0)