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 d860c9e commit b48ccfeCopy full SHA for b48ccfe
.github/workflows/pull_request.yml
@@ -32,10 +32,10 @@ jobs:
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'
+ - swift-version: 'development'
+ build-type: 'docker'
+ build-compiler: '1'
+ runner: 'self-hosted'
39
- swift-version: 'swift-6.2-branch'
40
build-type: 'docker'
41
build-compiler: '0'
@@ -45,8 +45,8 @@ jobs:
45
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