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 4b99b11 commit 896ba60Copy full SHA for 896ba60
.github/workflows/pull_request.yml
@@ -38,7 +38,22 @@ jobs:
38
# build both the quick (x86_64) and complete (aarch64,x86_64,armv7) SDKs
39
#arch: ['x86_64', '']
40
swift-version: ['swift-6.2-branch', 'development']
41
- runs-on: ubuntu-24.04
+ runner: ['ubuntu-24.04']
42
+
43
+ include:
44
+ # self-hosted runner variant
45
+ - swift-version: 'development'
46
+ build-type: 'docker'
47
+ build-compiler: '1'
48
+ runner: 'skip-android-runner'
49
+ - swift-version: 'swift-6.2-branch'
50
+ build-type: 'local'
51
+ build-compiler: '0'
52
53
54
55
56
+ runs-on: ${{ matrix.runner }}
57
steps:
58
- name: Free Disk Space
59
run: |
0 commit comments