Merge branch 'main' into rvermeulen/extend-init-complete-status-report
Signed-off-by: Remco Vermeulen <rvermeulen@github.com>
This commit is contained in:
commit
0f24d46599
32 changed files with 401 additions and 373 deletions
|
|
@ -375,6 +375,15 @@ async function run() {
|
|||
);
|
||||
}
|
||||
|
||||
if (
|
||||
config.languages.includes(Language.swift) &&
|
||||
process.platform === "linux"
|
||||
) {
|
||||
logger.warning(
|
||||
`Swift analysis on Ubuntu runner images is no longer supported. Please migrate to a macOS runner if this affects you.`,
|
||||
);
|
||||
}
|
||||
|
||||
if (
|
||||
config.languages.includes(Language.go) &&
|
||||
process.platform === "linux"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue