mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 22:27:21 -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:
|
jobs:
|
||||||
|
|
||||||
doxygen:
|
doxygen:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
name: 'SW Framework'
|
name: 'SW Framework'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -41,7 +41,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
asciidoctor:
|
asciidoctor:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
name: 'Datasheet'
|
name: 'Datasheet'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -66,7 +66,7 @@ jobs:
|
||||||
needs:
|
needs:
|
||||||
- doxygen
|
- doxygen
|
||||||
- asciidoctor
|
- asciidoctor
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
name: 'Deploy to Releases and Pages'
|
name: 'Deploy to Releases and Pages'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
2
.github/workflows/Processor.yml
vendored
2
.github/workflows/Processor.yml
vendored
|
@ -18,7 +18,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
sim_default_tb:
|
sim_default_tb:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
name: 'processor simulation'
|
name: 'processor simulation'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue