wun on ubuntu 20.04

This commit is contained in:
Alon Faraj 2023-08-31 11:57:52 +03:00
parent 09e0f58692
commit 89ff60e941

View file

@ -2,7 +2,7 @@ name: Code coverage
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3