mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[.github] use ubuntu 22.04
This commit is contained in:
parent
4bc8809ea9
commit
28c00aa39f
2 changed files with 4 additions and 4 deletions
6
.github/workflows/Documentation.yml
vendored
6
.github/workflows/Documentation.yml
vendored
|
@ -14,7 +14,7 @@ on:
|
|||
jobs:
|
||||
|
||||
doxygen:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: 'SW Framework'
|
||||
|
||||
steps:
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
|||
|
||||
|
||||
asciidoctor:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: 'Datasheet'
|
||||
|
||||
steps:
|
||||
|
@ -66,7 +66,7 @@ jobs:
|
|||
needs:
|
||||
- doxygen
|
||||
- asciidoctor
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: 'Deploy to Releases and Pages'
|
||||
|
||||
steps:
|
||||
|
|
2
.github/workflows/Processor.yml
vendored
2
.github/workflows/Processor.yml
vendored
|
@ -18,7 +18,7 @@ on:
|
|||
jobs:
|
||||
|
||||
sim_default_tb:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: 'processor simulation'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue