Skip to content

Commit 8f0ad6e

Browse files
committed
Fix pipeline
1 parent 71827a9 commit 8f0ad6e

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
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
name: Test
10-
runs-on: Ubuntu-20.04
10+
runs-on: ubuntu-latest
1111

1212
steps:
1313
- name: Checkout code

0 commit comments

Comments
 (0)