Skip to content

Commit

Permalink
remove centos8
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed May 18, 2022
1 parent e6878f8 commit a627140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tag: ['nightly-bionic', 'nightly-focal', 'nightly-centos8', 'nightly-amazonlinux2']
tag: ['nightly-bionic', 'nightly-focal', 'nightly-amazonlinux2']
container:
image: swiftlang/swift:${{ matrix.tag }}
steps:
Expand Down

0 comments on commit a627140

Please sign in to comment.