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