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