Use ubuntu-20.04 for github autotools parallel tests until parallel (#2264)

* Use ubuntu-20.04 for github autotools  parallel tests until parallel
configure is fixed on  ubuntu 22.04.
This commit is contained in:
Larry Knox
2022-11-18 17:30:29 -06:00
committed by GitHub
parent ee4d92e01b
commit 3e762b07aa
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ jobs:
# so we catch most issues in daily testing. What we have here is just
# a compile check to make sure nothing obvious is broken.
- name: "Ubuntu gcc Autotools parallel (build only)"
os: ubuntu-latest
os: ubuntu-20.04
cpp: disable
fortran: enable
java: disable