From a5cc2da8e47433264ad6160c8f2e1acc02c5e3f4 Mon Sep 17 00:00:00 2001 From: Oliboy50 Date: Tue, 10 Oct 2023 08:57:56 +0200 Subject: [PATCH] chore(ci): use ubuntu-latest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 744ada2..8df3e31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: tests: name: Tests - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest strategy: matrix: version: ['8.0', '8.1']