Skip to content

Commit

Permalink
docs(readme): specify versions avail only in tables (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jul 25, 2023
1 parent 6c255e5 commit 5f9d8c3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,8 @@ jobs:
- *gcc* (for `gfortran`)
- *intel* (for `ifx`)
- *intel-classic* (for `ifort`)
- *version*: Version of the compiler toolchain, available options are
- *5–13* for *gcc*
- *2021.1–2023.2* for *intel*
- *2021.1–2021.10* for *intel-classic*
- *version*: Version of the compiler toolchain. See [runner compatibility](#runner-compatibility) chart below.

**Note:** version 13 of the GNU toolchain is not yet available on Windows.


## Outputs
Expand Down Expand Up @@ -100,6 +96,7 @@ Support for the GCC toolchain varies across GitHub-hosted runner images.
| windows-2022 | | | ✓ | ✓ | ✓ | ✓ | ✓ |
<!-- compat ends -->

**Note:** version 13 of the GNU toolchain is not yet available on Windows.

Supported Intel toolchains:

Expand All @@ -111,6 +108,7 @@ Supported Intel toolchains:
| windows-\* | intel | 2023.2, 2023.1, 2023.0, 2022.2.0, 2022.1.0 |
| windows-\* | intel-classic | 2021.10.0, 2021.9.0, 2021.8.0, 2021.7.0, 2021.6.0 |

**Note:** on macOS the `intel`/`ifx` compiler option is not suppoted, only `intel-classic` with the `ifort` compiler.

## License

Expand Down

0 comments on commit 5f9d8c3

Please sign in to comment.