Skip to content

Commit 917b800

Browse files
committed
Enable self-hosted 6.2 compiler build
1 parent e76bd58 commit 917b800

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ 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'
31+
- swift-version: 'swift-6.2-branch'
32+
build-type: 'docker'
33+
build-compiler: '1'
34+
runner: 'self-hosted'
3535
#- swift-version: 'development'
3636
# build-type: 'docker'
3737
# build-compiler: '1'

0 commit comments

Comments
 (0)