Skip to content

Commit 9498834

Browse files
Pin GitHub Actions runners to a specific version (#65)
1 parent 71266e1 commit 9498834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
test:
2020
name: Test Analyzer
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-22.04
2222
steps:
2323
- uses: actions/checkout@v1
2424

0 commit comments

Comments
 (0)