Skip to content

Commit 04a3041

Browse files
committed
Add warning to docs about ubuntu-latest incompatability
1 parent 6ad422a commit 04a3041

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

docs/actions/compile.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Compile
22

3-
```{gh-actions:action}
4-
---
5-
path: .github/actions/compile
6-
---
7-
```
3+
````{gh-actions:action}
4+
:path: .github/actions/compile
5+
6+
```{warning}
7+
Due to the [handover of the Mono project](https://github.com/mono/mono/issues/21796), the `ubuntu-latest` github runner [does not currently include mono or nuget](https://github.com/actions/runner-images/issues/10636#issuecomment-2375010324).
8+
9+
Please use the `ubuntu-22.04` runner for this action.
10+
```
11+
12+
````

0 commit comments

Comments
 (0)