Skip to content

Commit 2544d2c

Browse files
committed
Update CI
1 parent 4036abd commit 2544d2c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,23 @@ on: [push]
44

55
jobs:
66
test-cloud:
7-
name: Test on Builder Environment
7+
name: Test on SCF Environment
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
1111
version:
12-
- nightly-master
13-
os:
14-
- centos7
15-
- amazonlinux2
12+
- nightly
13+
- 5.2.5
1614
container:
17-
image: swiftlang/swift:${{ matrix.version }}-${{ matrix.os }}
15+
image: stevapple/swift-scf:${{ matrix.version }}
1816
steps:
1917
- name: Checkout
2018
uses: actions/checkout@v2
2119
- name: Test
2220
run: swift test --enable-test-discovery
2321

2422
test-linux:
25-
name: Test on Other Linux
23+
name: Test on Linux
2624
runs-on: ubuntu-latest
2725
strategy:
2826
matrix:
@@ -31,8 +29,9 @@ jobs:
3129
- focal
3230
- amazonlinux2
3331
- centos8
32+
- centos7
3433
container:
35-
image: swift:5.2.4-${{ matrix.os }}
34+
image: swift:5.2.5-${{ matrix.os }}
3635
steps:
3736
- name: Checkout
3837
uses: actions/checkout@v2

0 commit comments

Comments
 (0)