From 9321172f32fe863fcc75ca230fb1df5302b3aeea Mon Sep 17 00:00:00 2001 From: "pavel.sergeev" Date: Thu, 31 Oct 2024 16:36:17 +0100 Subject: [PATCH] we can't use ubuntu 22.04 yet because of https://issues.skia.org/issues/361885736 --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f349795..b9dee78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: linux: runs-on: ubuntu-latest - container: ubuntu:22.04 + container: ubuntu:20.04 strategy: matrix: build_type: [Debug, Release] @@ -80,7 +80,7 @@ jobs: linux-wasm: runs-on: ubuntu-latest - container: ubuntu:22.04 + container: ubuntu:20.04 strategy: matrix: build_type: [ Debug, Release ] @@ -107,7 +107,7 @@ jobs: linux-android: runs-on: ubuntu-latest - container: ubuntu:22.04 + container: ubuntu:20.04 strategy: matrix: build_type: [ Debug, Release ] @@ -151,7 +151,7 @@ jobs: if: ${{ github.event.inputs.skip_release != 'true' && github.ref == 'refs/heads/main' }} with: arch: aarch64 - distro: ubuntu22.04 + distro: ubuntu20.04 githubToken: ${{ secrets.GITHUB_TOKEN }} # Mount checkout directory as /checkout in the container dockerRunArgs: | @@ -180,7 +180,7 @@ jobs: if: ${{ github.event.inputs.skip_release == 'true' || github.ref != 'refs/heads/main' }} with: arch: aarch64 - distro: ubuntu22.04 + distro: ubuntu20.04 githubToken: ${{ secrets.GITHUB_TOKEN }} # Mount checkout directory as /checkout in the container dockerRunArgs: |