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:
Ivan Zorin
2025-03-04 22:05:13 +03:00
committed by GitHub
parent c6bdc28081
commit 7de5698abb

View File

@@ -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