From b2b45ce185f10a9c740615135bb84c2b6ca45441 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sun, 18 Sep 2022 01:08:11 +0200 Subject: ci: stop testing on ubuntu 18.04 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 72e738c..eef7ba9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-18.04, ubuntu-latest, ubuntu-22.04, macos-latest, macos-12] + os: [ubuntu-latest, ubuntu-22.04, macos-latest, macos-12] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 -- cgit v1.2.3