Skip to content

Commit 106aef0

Browse files
authored
Merge branch 'main' into rentziass/codeactions2
2 parents 514a119 + fbdc2a5 commit 106aef0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

languageservice/src/value-providers/default.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ import {stringsToValues} from "./strings-to-values";
66

77
export const DEFAULT_RUNNER_LABELS = [
88
"ubuntu-latest",
9+
"ubuntu-24.04",
910
"ubuntu-22.04",
1011
"ubuntu-20.04",
11-
"ubuntu-18.04",
12+
"ubuntu-slim",
1213
"windows-latest",
1314
"windows-2022",
1415
"windows-2019",
1516
"macos-latest",
16-
"macos-12",
17-
"macos-11",
18-
"macos-10.15",
17+
"macos-15",
18+
"macos-14",
1919
"self-hosted"
2020
];
2121

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)