File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,22 @@ jobs:
28
28
fail-fast : false
29
29
matrix :
30
30
include :
31
+ # - swift-version: 'swift-6.2-branch'
32
+ # build-type: 'docker'
33
+ # build-compiler: '1'
34
+ # runner: 'self-hosted'
35
+ # - swift-version: 'development'
36
+ # build-type: 'docker'
37
+ # build-compiler: '1'
38
+ # runner: 'self-hosted'
31
39
- swift-version : ' swift-6.2-branch'
32
40
build-type : ' docker'
33
- build-compiler : ' 1 '
34
- runner : ' self-hosted '
41
+ build-compiler : ' 0 '
42
+ runner : ' ubuntu-24.04 '
35
43
- swift-version : ' development'
36
44
build-type : ' docker'
37
- build-compiler : ' 1 '
38
- runner : ' self-hosted '
45
+ build-compiler : ' 0 '
46
+ runner : ' ubuntu-24.04 '
39
47
- swift-version : ' swift-6.2-branch'
40
48
build-type : ' docker'
41
49
build-compiler : ' 0'
You can’t perform that action at this time.
0 commit comments