Update autotools-openmp.yml

https://github.com/actions/runner-images/issues/6002

Drop 18.04. Add 22.04.
This commit is contained in:
Amit D 2022-10-09 10:46:39 +03:00 committed by GitHub
parent f682bae3eb
commit ce8376ba72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,8 @@ jobs:
fail-fast: false
matrix:
config:
- { name: 18.04-openmp, os: ubuntu-18.04 }
- { name: 20.04-openmp, os: ubuntu-20.04 }
- { name: 22.04-openmp, os: ubuntu-22.04 }
steps:
- uses: actions/checkout@v2