File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,35 +21,17 @@ jobs:
2121 upload-artifacts :
2222 strategy :
2323 matrix :
24- include :
25- - os : ubuntu-latest
26- version : stable-20220401
27- - os : macos-latest
28- version : stable-20220401
29- - os : ubuntu-latest
30- version : stable-20220615
31- - os : macos-latest
32- version : stable-20220615
33- - os : ubuntu-latest
34- version : stable-20220908
35- - os : macos-latest
36- version : stable-20220908
37- - os : ubuntu-latest
38- version : stable-20221211
39- - os : macos-latest
40- version : stable-20221211
41- - os : ubuntu-latest
42- version : cached
43- - os : macos-latest
44- version : cached
45- - os : ubuntu-latest
46- version : latest
47- - os : macos-latest
48- version : latest
49- - os : ubuntu-latest
50- version : nightly-latest
51- - os : macos-latest
52- version : nightly-latest
24+ os :
25+ - ubuntu-latest
26+ - macos-latest
27+ version :
28+ - stable-20220401
29+ - stable-20220615
30+ - stable-20220908
31+ - stable-20221211
32+ - cached
33+ - latest
34+ - nightly-latest
5335 name : Upload debug artifacts
5436 env :
5537 CODEQL_ACTION_TEST_MODE : true
You can’t perform that action at this time.
0 commit comments