Skip to content

Commit fab74d2

Browse files
committed
Change 6.2 to perform local build
1 parent 1a19b03 commit fab74d2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ jobs:
2929
matrix:
3030
include:
3131
- swift-version: '6.2'
32+
build-type: 'local'
3233
#- swift-version: 'tag:swift-6.2-RELEASE'
3334
#- swift-version: 'tag:swift-DEVELOPMENT-SNAPSHOT-2025-09-14-a'
3435
#- swift-version: 'tag:swift-6.2-DEVELOPMENT-SNAPSHOT-2025-09-10-a'
35-
build-type: 'docker'
36-
build-compiler: '1'
37-
runner: 'self-hosted'
36+
# build-type: 'docker'
37+
# build-compiler: '1'
38+
# runner: 'self-hosted'
3839
runs-on: ${{ matrix.runner }}
3940
# 16 hour timeout
4041
timeout-minutes: 960

0 commit comments

Comments
 (0)