GH CI: try reverting to previous version of ubuntu
authoretisserant <edouard.tisserant@gmail.com>
Tue, 13 Dec 2022 22:04:16 +0100
changeset 3699 ddadbdf20e70
parent 3695 a89ebe406e35
child 3700 302492568cf4
GH CI: try reverting to previous version of ubuntu
.github/workflows/run_tests_in_docker.yml
--- a/.github/workflows/run_tests_in_docker.yml	Mon Dec 05 15:53:25 2022 +0100
+++ b/.github/workflows/run_tests_in_docker.yml	Tue Dec 13 22:04:16 2022 +0100
@@ -8,7 +8,7 @@
 
   build:
 
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
 
     steps:
     - uses: actions/checkout@v3