From 4ace9c7dc95c54bd6c6735ac5155690d59d04756 Mon Sep 17 00:00:00 2001 From: Konstantinos Kallas Date: Sun, 21 Aug 2022 21:43:12 +0300 Subject: [PATCH] Don't run PaSh Github CI on Ubuntu 18.04 due to deprecation Signed-off-by: Konstantinos Kallas --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c7aaa39a1..ee46d46a4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -25,8 +25,8 @@ jobs: fail-fast: false matrix: os: - - ubuntu-18.04 - ubuntu-20.04 + - ubuntu-22.04 runs-on: ${{ matrix.os }} if: github.event.pull_request.draft == false steps: