Commit 575df8e
Skip mono/nuget C# integration tests on Ubuntu 26.04
Ubuntu dropped the `mono-complete` package in 26.04, and mono's own apt
repository publishes nothing newer than `stable-focal`, so there is nothing to
fall back on. 25.04 and 25.10 still ship it, so 26.04 is the cutoff.
Without mono the legacy `packages.config` restore silently yields nothing and
the buildless extractor falls back to downloading .NET Framework reference
assemblies, so these four tests fail rather than being skipped.
Uses the new `runs_on` version comparisons, which also lets the macOS clause
collapse to `runs_on.macos < 15`.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 9567f1a commit 575df8e
1 file changed
Lines changed: 6 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 14 | + | |
0 commit comments