Skip to content

Commit f8fcf04

Browse files
committed
Build the Swift 6.2 release self-hosted with compiler validation
1 parent 233b535 commit f8fcf04

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/pull_request.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,15 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
include:
31-
#- swift-version: '6.2'
32-
- swift-version: 'tag:swift-6.2-RELEASE'
33-
build-type: 'local'
34-
runner: 'ubuntu-24.04'
3531
#- swift-version: 'tag:swift-6.2-RELEASE'
3632
#- swift-version: 'tag:swift-DEVELOPMENT-SNAPSHOT-2025-09-14-a'
3733
#- swift-version: 'tag:swift-6.2-DEVELOPMENT-SNAPSHOT-2025-09-10-a'
38-
# build-type: 'docker'
39-
# build-compiler: '1'
40-
# runner: 'self-hosted'
34+
- swift-version: 'tag:swift-6.2-RELEASE'
35+
# build-type: 'local'
36+
# runner: 'ubuntu-24.04'
37+
build-type: 'docker'
38+
build-compiler: '1'
39+
runner: 'self-hosted'
4140
runs-on: ${{ matrix.runner }}
4241
# 16 hour timeout
4342
timeout-minutes: 960

0 commit comments

Comments
 (0)