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 233b535 commit f8fcf04Copy full SHA for f8fcf04
.github/workflows/pull_request.yml
@@ -28,16 +28,15 @@ jobs:
28
fail-fast: false
29
matrix:
30
include:
31
- #- swift-version: '6.2'
32
- - swift-version: 'tag:swift-6.2-RELEASE'
33
- build-type: 'local'
34
- runner: 'ubuntu-24.04'
35
#- swift-version: 'tag:swift-6.2-RELEASE'
36
#- swift-version: 'tag:swift-DEVELOPMENT-SNAPSHOT-2025-09-14-a'
37
#- swift-version: 'tag:swift-6.2-DEVELOPMENT-SNAPSHOT-2025-09-10-a'
38
- # build-type: 'docker'
39
- # build-compiler: '1'
40
- # runner: 'self-hosted'
+ - swift-version: 'tag:swift-6.2-RELEASE'
+ # build-type: 'local'
+ # runner: 'ubuntu-24.04'
+ build-type: 'docker'
+ build-compiler: '1'
+ runner: 'self-hosted'
41
runs-on: ${{ matrix.runner }}
42
# 16 hour timeout
43
timeout-minutes: 960
0 commit comments