File tree Expand file tree Collapse file tree 2 files changed +4
-22
lines changed Expand file tree Collapse file tree 2 files changed +4
-22
lines changed Original file line number Diff line number Diff line change 1414 required : false
1515 os_list :
1616 required : false
17- default : ' ["ubuntu-latest", "windows-2019", "macOS-11 "]'
17+ default : ' ["ubuntu-latest", "windows-2019", "macOS-13 "]'
1818 python_version :
1919 required : false
2020 type : string
Original file line number Diff line number Diff line change @@ -27,31 +27,13 @@ concurrency:
2727 cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
2828
2929jobs :
30- check_all :
30+ check-all :
3131 if : github.repository_owner == 'llvm'
32- name : Test llvm,clang,libclc
32+ name : Build and Test
3333 uses : ./.github/workflows/llvm-project-tests.yml
3434 with :
3535 build_target : check-all
36- projects : clang;libclc
37-
38- # These need to be separate from the check_all job, becuase there is not enough disk
39- # space to build all these projects on Windows.
40- build_lldb :
41- if : github.repository_owner == 'llvm'
42- name : Build lldb
43- uses : ./.github/workflows/llvm-project-tests.yml
44- with :
45- build_target : ' '
46- projects : clang;lldb
47-
48- check_lld :
49- if : github.repository_owner == 'llvm'
50- name : Test lld
51- uses : ./.github/workflows/llvm-project-tests.yml
52- with :
53- build_target : check-lld
54- projects : lld
36+ projects : clang;lld;libclc;lldb
5537
5638 abi-dump-setup :
5739 if : github.repository_owner == 'llvm'
You can’t perform that action at this time.
0 commit comments