Skip to content

Commit 9a0a239

Browse files
committed
change workflow runner version to ubuntu-latest
1 parent ed2ff93 commit 9a0a239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22
on: [push]
33
jobs:
44
Test:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-latest
66
steps:
77
- name: Check out repository code
88
uses: actions/checkout@v2

0 commit comments

Comments
 (0)