Skip to content

Commit eecfb7a

Browse files
committed
Enable self-hosted 6.2 build and extend self-hosted timeout
1 parent 55b6dc1 commit eecfb7a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pull_request.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
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'
3535
#- swift-version: 'development'
3636
# build-type: 'docker'
3737
# build-compiler: '1'
@@ -45,8 +45,8 @@ jobs:
4545
build-compiler: '0'
4646
runner: 'ubuntu-24.04'
4747
runs-on: ${{ matrix.runner }}
48-
# 15 hour timeout
49-
timeout-minutes: 900
48+
# 18 hour timeout
49+
timeout-minutes: 1080
5050
steps:
5151
- name: Free Disk Space
5252
if: ${{ matrix.runner != 'self-hosted' }}

0 commit comments

Comments
 (0)