File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -27,30 +27,21 @@ jobs:
27
27
strategy :
28
28
fail-fast : false
29
29
matrix :
30
- # build-type: ['docker']
31
- build-type : ['docker']
32
- # build-compiler: ['0', '1']
33
- build-compiler : ['1']
34
- # blank arch builds all (aarch64,x86_64,armv7)
35
- arch : ['']
36
- # builds only x86_64 to speed up the validation
37
- # arch: ['x86_64']
38
- # build both the quick (x86_64) and complete (aarch64,x86_64,armv7) SDKs
39
- # arch: ['x86_64', '']
40
- swift-version : ['swift-6.2-branch', 'development']
41
- runner : ['ubuntu-24.04']
42
30
include :
43
- # self-hosted runner variant
44
31
- swift-version : ' development'
45
32
build-type : ' docker'
33
+ arch : ' '
46
34
build-compiler : ' 1'
35
+ # self-hosted runner variant
47
36
runner : ' skip-android-runner'
48
37
- swift-version : ' swift-6.2-branch'
49
38
build-type : ' local'
50
39
build-compiler : ' 0'
40
+ runner : ' ubuntu-24.04'
51
41
- swift-version : ' development'
52
42
build-type : ' local'
53
43
build-compiler : ' 0'
44
+ runner : ' ubuntu-24.04'
54
45
55
46
runs-on : ${{ matrix.runner }}
56
47
steps :
You can’t perform that action at this time.
0 commit comments