mirror of
https://github.com/ppy/osu.git
synced 2025-01-18 11:43:22 +08:00
48609d44e2
Code quality CI runs have suddenly started failing out of nowhere: - Passing run: https://github.com/ppy/osu/actions/runs/12806242929/job/35704267944#step:10:1 - Failing run: https://github.com/ppy/osu/actions/runs/12807108792/job/35707131634#step:10:1 In classic github fashion, they began rolling out another runner change wherein `ubuntu-latest` has started meaning `ubuntu-24.04` rather than `ubuntu-22.04`. `ubuntu-24.04` no longer has .NET 6 bundled. Therefore, upgrade NVika to 4.0.0 because that version is compatible with .NET 8.
31 lines
504 B
JSON
31 lines
504 B
JSON
{
|
|
"version": 1,
|
|
"isRoot": true,
|
|
"tools": {
|
|
"jetbrains.resharper.globaltools": {
|
|
"version": "2023.3.3",
|
|
"commands": [
|
|
"jb"
|
|
]
|
|
},
|
|
"nvika": {
|
|
"version": "4.0.0",
|
|
"commands": [
|
|
"nvika"
|
|
]
|
|
},
|
|
"codefilesanity": {
|
|
"version": "0.0.37",
|
|
"commands": [
|
|
"CodeFileSanity"
|
|
]
|
|
},
|
|
"ppy.localisationanalyser.tools": {
|
|
"version": "2024.802.0",
|
|
"commands": [
|
|
"localisation"
|
|
]
|
|
}
|
|
}
|
|
}
|