feat: upgrade to ubuntu-20.04

This commit is contained in:
Florian BEZANNIER
2023-04-13 08:23:32 +02:00
committed by GitHub
parent f343150726
commit a4310778c4
+2 -2
View File
@@ -9,7 +9,7 @@ on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Set up python
id: setup-python
@@ -48,4 +48,4 @@ jobs:
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r cobertura.xml
else
echo no CODACY_PROJECT_TOKEN
fi
fi