Updates from Package update
This commit is contained in:
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
image: ['nightly-5.4-bionic', 'nightly-5.4-focal', 'nightly-5.4-centos8', 'nightly-5.4-amazonlinux2']
|
||||
image: ['nightly-bionic', 'nightly-focal', 'nightly-centos8', 'nightly-amazonlinux2']
|
||||
|
||||
container:
|
||||
image: swiftlang/swift:${{ matrix.image }}
|
||||
@@ -26,4 +26,4 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
- name: Test
|
||||
run: |
|
||||
swift test --enable-test-discovery --sanitize=thread
|
||||
swift test --enable-test-discovery
|
||||
|
||||
Reference in New Issue
Block a user