Skip to content

Commit

Permalink
github: set fixed ubuntu version
Browse files Browse the repository at this point in the history
ubuntu-latest comes with a python version that breaks the deploy script.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 authored and Ivan-Velickovic committed Feb 2, 2025
1 parent a7290dc commit 93af3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
deploy:
name: Deploy manifest
if: ${{ github.repository_owner == 'seL4' && github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [test, code]
steps:
- name: Deploy
Expand Down

0 comments on commit 93af3aa

Please sign in to comment.