From 414dfb466878af427d33b36e6ccf84d21c0e081b Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sun, 14 Aug 2022 18:27:48 +0300 Subject: [PATCH] Removed ubuntu-18.04 image from CMake tests in GHA config as this image is deprecated. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea65f70..9080fb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -539,7 +539,6 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-18.04 - os: ubuntu-20.04 - os: ubuntu-22.04 - os: macos-11 @@ -586,7 +585,6 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-18.04 - os: ubuntu-20.04 - os: ubuntu-22.04 - os: macos-11 @@ -643,7 +641,6 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-18.04 - os: ubuntu-20.04 - os: ubuntu-22.04 - os: macos-11