Skip to content

Commit a157ab3

Browse files
committed
Update CI runner config
1 parent 9b9d56b commit a157ab3

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,21 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
#build-type: ['docker']
31-
build-type: ['docker']
32-
#build-compiler: ['0', '1']
33-
build-compiler: ['1']
34-
# blank arch builds all (aarch64,x86_64,armv7)
35-
arch: ['']
36-
# builds only x86_64 to speed up the validation
37-
#arch: ['x86_64']
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-
runner: ['ubuntu-24.04']
4230
include:
43-
# self-hosted runner variant
4431
- swift-version: 'development'
4532
build-type: 'docker'
33+
arch: ''
4634
build-compiler: '1'
35+
# self-hosted runner variant
4736
runner: 'skip-android-runner'
4837
- swift-version: 'swift-6.2-branch'
4938
build-type: 'local'
5039
build-compiler: '0'
40+
runner: 'ubuntu-24.04'
5141
- swift-version: 'development'
5242
build-type: 'local'
5343
build-compiler: '0'
44+
runner: 'ubuntu-24.04'
5445

5546
runs-on: ${{ matrix.runner }}
5647
steps:

0 commit comments

Comments
 (0)