mirror of
https://github.com/Ralim/IronOS.git
synced 2025-07-23 04:13:01 +02:00
push.yml: update runs-on to ubuntu-24.04 to fix upload_metadata build step (#2097)
push.yml: unify and update runs-on to ubuntu-24.04 to fix upload_metadata build step and to fix IronOS build pipeline (#2096)
This commit is contained in:
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@@ -118,7 +118,7 @@ jobs:
|
||||
|
||||
upload_metadata:
|
||||
needs: [build, build_multi-lang]
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- name: Download all prebuilts
|
||||
@@ -197,7 +197,7 @@ jobs:
|
||||
|
||||
check_shell:
|
||||
name: check_shell
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: shellcheck
|
||||
|
Reference in New Issue
Block a user