Skip to content

Commit

Permalink
we can't use ubuntu 22.04 yet because of https://issues.skia.org/issu…
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeevPavel committed Oct 31, 2024
1 parent 29deebf commit 9321172
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

linux:
runs-on: ubuntu-latest
container: ubuntu:22.04
container: ubuntu:20.04
strategy:
matrix:
build_type: [Debug, Release]
Expand All @@ -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 ]
Expand All @@ -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 ]
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 9321172

Please sign in to comment.