From 45617df1301063636338926246a62d79866ef7a6 Mon Sep 17 00:00:00 2001 From: Nikita Prokopov Date: Thu, 15 Dec 2022 22:40:41 +0100 Subject: [PATCH] Bump ubuntu to 20.04 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44cb851..78f44c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: API_TOKEN: ${{ secrets.API_TOKEN }} linux: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 strategy: matrix: build_type: [Release, Debug] @@ -68,7 +68,7 @@ jobs: API_TOKEN: ${{ secrets.API_TOKEN }} android: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 strategy: matrix: machine: [arm, arm64, x64, x86]