Skip to content

Commit 16c19f5

Browse files
authored
Update pull_request.yml to try self-hosted runs again
1 parent 86dff6b commit 16c19f5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/pull_request.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,25 @@ 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'
35-
#- swift-version: 'development'
36-
# build-type: 'docker'
37-
# build-compiler: '1'
38-
# runner: 'self-hosted'
3931
- swift-version: 'swift-6.2-branch'
4032
build-type: 'docker'
4133
build-compiler: '1'
42-
runner: 'ubuntu-24.04'
34+
runner: 'self-hosted'
4335
- swift-version: 'development'
4436
build-type: 'docker'
4537
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'
4646
runner: 'ubuntu-24.04'
4747
runs-on: ${{ matrix.runner }}
48-
# 12 hour timeout
49-
timeout-minutes: 720
48+
# 15 hour timeout
49+
timeout-minutes: 900
5050
steps:
5151
- name: Free Disk Space
5252
if: ${{ matrix.runner != 'self-hosted' }}

0 commit comments

Comments
 (0)