mirror of
https://github.com/brain-hackers/buildbrain
synced 2025-02-22 18:40:12 +09:00
Builder image bump up to ubuntu-24.04
This commit is contained in:
parent
cf7cc41efe
commit
39ee54bbf2
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -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
|
||||
@ -277,7 +277,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
|
||||
|
Loading…
Reference in New Issue
Block a user