Skip to content

Commit f8c0ffd

Browse files
committed
Update CI runner config
1 parent a157ab3 commit f8c0ffd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ jobs:
4242
build-type: 'local'
4343
build-compiler: '0'
4444
runner: 'ubuntu-24.04'
45+
- swift-version: 'swift-6.2-branch'
46+
build-type: 'docker'
47+
build-compiler: '1'
48+
runner: 'ubuntu-24.04'
49+
- swift-version: 'development'
50+
build-type: 'docker'
51+
build-compiler: '1'
52+
runner: 'ubuntu-24.04'
4553

4654
runs-on: ${{ matrix.runner }}
4755
steps:

0 commit comments

Comments
 (0)