From 07536b8bc558c64e5a68c53ece43284ec0c1716c Mon Sep 17 00:00:00 2001 From: jimsihk <99048231+jimsihk@users.noreply.github.com> Date: Sun, 5 Jan 2025 05:08:43 +0800 Subject: [PATCH] Wordaround for missing package in newer ubuntu --- .github/workflows/build.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eaf6a33..47c1b55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: sanity-test: # to ignore builds on release if: ${{ (github.event.ref_type != 'tag') }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: true matrix: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 94abbbf..d305382 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -55,7 +55,7 @@ jobs: sanity-test: # to ignore builds on release if: ${{ (github.event.ref_type != 'tag') }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: true matrix: