We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ad807 commit cc41c43Copy full SHA for cc41c43
.github/workflows/pull_request.yml
@@ -28,10 +28,10 @@ jobs:
28
fail-fast: false
29
matrix:
30
include:
31
- #- swift-version: 'swift-6.2-branch'
32
- # build-type: 'docker'
33
- # build-compiler: '1'
34
- # runner: 'self-hosted'
+ - swift-version: 'swift-6.2-branch'
+ build-type: 'docker'
+ build-compiler: '1'
+ runner: 'self-hosted'
35
#- swift-version: 'development'
36
# build-type: 'docker'
37
# build-compiler: '1'
@@ -45,8 +45,8 @@ jobs:
45
build-compiler: '0'
46
runner: 'ubuntu-24.04'
47
runs-on: ${{ matrix.runner }}
48
- # 15 hour timeout
49
- timeout-minutes: 900
+ # 18 hour timeout
+ timeout-minutes: 1080
50
steps:
51
- name: Free Disk Space
52
if: ${{ matrix.runner != 'self-hosted' }}
0 commit comments