mirror of https://github.com/seL4/docs.git
github: bump runner OS version
20.04 is no longer supported. Python and ruby version remain pinned. Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
parent
f107c6afef
commit
4e47a0cb97
|
@ -18,7 +18,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
name: Site
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
@ -45,7 +45,7 @@ jobs:
|
|||
github.event_name == 'workflow_dispatch') }}
|
||||
needs: build
|
||||
name: 'Deploy'
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue