Skip to content

Commit 9d0cf29

Browse files
committed
Change Renode version from 1.13.3 to 1.15.3
1 parent ca292a5 commit 9d0cf29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The [release](.github/workflows/release.yml) workflow contains an example usage
108108

109109
## Emulation
110110

111-
The Linux emulation runs on the RISC-V HiFive Unleashed single core platform in [Renode 1.13.3](https://github.com/renode/renode). Basic specs like 8GB of RAM and a network connection are configured in the emulated system.
111+
The Linux emulation runs on the RISC-V HiFive Unleashed single core platform in [Renode 1.15.3](https://github.com/renode/renode). Basic specs like 8GB of RAM and a network connection are configured in the emulated system.
112112

113113
### Architecture
114114

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ runs:
105105
sudo pip3 install -r requirements.txt
106106
shell: bash
107107
env:
108-
RENODE_VERSION: "1.13.3"
108+
RENODE_VERSION: "1.15.3"
109109

110110
- id: create-pip-virtual-environment
111111
run: cd ${GITHUB_ACTION_PATH} && mkdir -p venv-dir && python3 -m venv venv-dir

0 commit comments

Comments
 (0)