Skip to content

Commit 896ba60

Browse files
committed
Add self-hosted runner CI variant
1 parent 4b99b11 commit 896ba60

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,22 @@ jobs:
3838
# build both the quick (x86_64) and complete (aarch64,x86_64,armv7) SDKs
3939
#arch: ['x86_64', '']
4040
swift-version: ['swift-6.2-branch', 'development']
41-
runs-on: ubuntu-24.04
41+
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+
- swift-version: 'development'
53+
build-type: 'local'
54+
build-compiler: '0'
55+
56+
runs-on: ${{ matrix.runner }}
4257
steps:
4358
- name: Free Disk Space
4459
run: |

0 commit comments

Comments
 (0)