From c257bb2a239fdf32301b0ad9666aff1dc07919a8 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 22 Aug 2023 16:18:50 +0100 Subject: Use latest Ubuntu for CI builds --- .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 9e2de00..551b3f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: environment: staging # The type of runner that the job will run on - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: -- cgit v1.2.3