Skip to content

Commit b155747

Browse files
committed
Update README
1 parent ee5c30a commit b155747

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ This action downloads a prebuilt [Verilator](https://github.com/verilator/verila
77
## Usage
88

99
By default, this action downloads the latest version of Verilator.
10-
`ubuntu-22.04` is only supported.
10+
The supported platforms are below:
11+
12+
* `ubuntu-24.04` / `ubuntu-latest`
13+
* `ubuntu-22.04`
14+
* `ubuntu-20.04`
15+
* `macos-latest`
1116

1217
```yaml
1318
name: Check
@@ -22,6 +27,7 @@ jobs:
2227
```
2328
2429
Version specification through `version` can be used.
30+
This feature is not supported on macOS.
2531

2632
```yaml
2733
- uses: veryl-lang/setup-verilator@v1

0 commit comments

Comments
 (0)