From b8635dbf7b180c464734ac45bd2f60fb3a0ea5c0 Mon Sep 17 00:00:00 2001 From: reiden Date: Fri, 14 Feb 2025 02:57:32 +0900 Subject: [PATCH] Builder image bump up to ubuntu-24.04 --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75dafc6..132b414 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: prerelease: true build-linux: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 needs: [create_release] steps: - uses: actions/checkout@v3 @@ -88,7 +88,7 @@ jobs: asset_content_type: text/plain build-linux-x1: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 needs: [create_release] steps: - uses: actions/checkout@v3 @@ -123,7 +123,7 @@ jobs: asset_content_type: application/zip build-uboot: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 needs: [create_release] strategy: matrix: @@ -195,7 +195,7 @@ jobs: asset_content_type: application/zip build-uboot-x1: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 needs: [create_release] strategy: matrix: @@ -234,7 +234,7 @@ jobs: asset_content_type: application/zip build-sd: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 needs: [create_release] steps: - uses: actions/checkout@v3 @@ -281,7 +281,7 @@ jobs: asset_content_type: application/zip build-sd-x1: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 needs: [create_release] steps: - uses: actions/checkout@v3