From c4002ce30b7ba4ef64af2d1c710f39720468f2c3 Mon Sep 17 00:00:00 2001 From: hev Date: Mon, 30 Sep 2024 20:42:22 +0800 Subject: [PATCH] CI: Update ubuntu to 22.04. --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0abbd21..9f9bd90 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,7 @@ on: jobs: source: name: Source - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 if: github.event_name == 'release' steps: - name: Checkout @@ -41,7 +41,7 @@ jobs: asset_content_type: application/octet-stream linux: name: Linux - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: include: