From 62e453c6c7ac797d7d2bbb581f38597905a5aad2 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 9 Sep 2022 12:14:24 +0200 Subject: [PATCH] Keep only Ubuntu 20.04 & 18.04 for GitHub Actions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5c5dc64..88477c4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, ubuntu-18.04, ubuntu-22.04] + os: [ubuntu-20.04, ubuntu-18.04] steps: - uses: actions/checkout@v2