Skip to content

Commit

Permalink
Make unit-test run on 20.04 ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
AniruddhaKanhere authored and paulbartell committed Nov 18, 2022
1 parent 0a2ad87 commit 5f7ca3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

jobs:
run:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout Parent Repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 5f7ca3a

Please sign in to comment.