Updates from Package update

This commit is contained in:
Adam Fowler
2021-09-21 10:49:25 +01:00
parent dffe63d330
commit e544cd568e
6 changed files with 20 additions and 12 deletions

View File

@@ -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