Skip to content

Commit 5f9d8c3

Browse files
authored
docs(readme): specify versions avail only in tables (#28)
1 parent 6c255e5 commit 5f9d8c3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,8 @@ jobs:
5858
- *gcc* (for `gfortran`)
5959
- *intel* (for `ifx`)
6060
- *intel-classic* (for `ifort`)
61-
- *version*: Version of the compiler toolchain, available options are
62-
- *5–13* for *gcc*
63-
- *2021.1–2023.2* for *intel*
64-
- *2021.1–2021.10* for *intel-classic*
61+
- *version*: Version of the compiler toolchain. See [runner compatibility](#runner-compatibility) chart below.
6562

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

6864

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

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

104101
Supported Intel toolchains:
105102

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

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

115113
## License
116114

0 commit comments

Comments
 (0)