Skip to content

Commit

Permalink
Add a Runners section to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed May 10, 2022
1 parent 4b00fd0 commit 6149074
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
env | sort
```
The FreeBSD and OpenBSD jobs need to run on: `macos-10.15`. Jobs for the other
platforms need to run on a Linux runner.
Different platforms need to run on different runners, see the
[Runners](#runners) section below.
### Inputs
Expand Down Expand Up @@ -106,6 +106,16 @@ operating system will list which versions are supported.
| ------- | ------ |
| 9.2 | ✓ |

### Runners

This section list the different combinations of platforms and on which runners
they can run.

| Runner | OpenBSD | FreeBSD | NetBSD |
| ----------------- | ------- | ------- | ------ |
| **Linux** | ✗ | ✓ | ✓ |
| **macos-10.15** | ✓ | ✓ | ✗ |

## Under the Hood

GitHub Actions currently only support the following platforms: macOS, Linux and
Expand Down

0 comments on commit 6149074

Please sign in to comment.