Skip to content

Commit 73edda0

Browse files
Pin GitHub Actions runners to a specific version (#73)
1 parent d52bec7 commit 73edda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build:
1313
name: Tests
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

0 commit comments

Comments
 (0)