File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -28,22 +28,14 @@ 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'
31
+ # - swift-version: 'swift-6.2-branch'
32
+ # build-type: 'docker'
33
+ # build-compiler: '1'
34
+ # runner: 'self-hosted'
35
35
- swift-version : ' development'
36
36
build-type : ' docker'
37
37
build-compiler : ' 1'
38
38
runner : ' self-hosted'
39
- - swift-version : ' swift-6.2-branch'
40
- build-type : ' docker'
41
- build-compiler : ' 0'
42
- runner : ' ubuntu-24.04'
43
- - swift-version : ' development'
44
- build-type : ' docker'
45
- build-compiler : ' 0'
46
- runner : ' ubuntu-24.04'
47
39
runs-on : ${{ matrix.runner }}
48
40
# 15 hour timeout
49
41
timeout-minutes : 900
You can’t perform that action at this time.
0 commit comments