Skip to content

Commit c19d171

Browse files
test: unpin Ubuntu, use latest
1 parent e951a1a commit c19d171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on: [push, pull_request]
22
name: Unit Testing
33
jobs:
44
test:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-latest
66
strategy:
77
fail-fast: false
88
matrix:

0 commit comments

Comments
 (0)