mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
github: pin Ubuntu 22.04 for deployment step
Python 3.12 in Ubuntu 24.04 has incompatible packages. Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
2
.github/workflows/preprocess-deploy.yml
vendored
2
.github/workflows/preprocess-deploy.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
name: Deploy manifest
|
||||
needs: [code, preprocess]
|
||||
if: ${{ github.repository_owner == 'seL4' }}
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: seL4/ci-actions/l4v-deploy@master
|
||||
with:
|
||||
|
||||
2
.github/workflows/sel4test-deploy.yml
vendored
2
.github/workflows/sel4test-deploy.yml
vendored
@@ -112,7 +112,7 @@ jobs:
|
||||
deploy:
|
||||
name: Deploy manifest
|
||||
if: ${{ github.repository_owner == 'seL4' }}
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
needs: [code, hw-run]
|
||||
steps:
|
||||
- name: Deploy
|
||||
|
||||
Reference in New Issue
Block a user