Skip to content

Commit

Permalink
github: pin Ubuntu 22.04 for deployment step
Browse files Browse the repository at this point in the history
Python 3.12 in Ubuntu 24.04 has incompatible packages.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Dec 19, 2024
1 parent 0594cd5 commit 713e964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sel4bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
deploy:
name: Deploy
if: ${{ github.repository_owner == 'seL4' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [code, hw-run]
steps:
- name: Deploy manifest
Expand Down

0 comments on commit 713e964

Please sign in to comment.