From ce8376ba724f7a7f7aff764b4f3802c37be2ac9b Mon Sep 17 00:00:00 2001 From: Amit D Date: Sun, 9 Oct 2022 10:46:39 +0300 Subject: [PATCH] Update autotools-openmp.yml https://github.com/actions/runner-images/issues/6002 Drop 18.04. Add 22.04. --- .github/workflows/autotools-openmp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autotools-openmp.yml b/.github/workflows/autotools-openmp.yml index eadb363c..4e7d3f49 100644 --- a/.github/workflows/autotools-openmp.yml +++ b/.github/workflows/autotools-openmp.yml @@ -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