Skip to content

Commit 5f7ca3a

Browse files
AniruddhaKanherepaulbartell
authored andcommitted
Make unit-test run on 20.04 ubuntu
1 parent 0a2ad87 commit 5f7ca3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33

44
jobs:
55
run:
6-
runs-on: ubuntu-latest
6+
runs-on: ubuntu-20.04
77
steps:
88
- name: Checkout Parent Repository
99
uses: actions/checkout@v2

0 commit comments

Comments
 (0)