Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit d280ec5

Browse files
committed
ci: remove centos from tests temporarily
1 parent 36548d7 commit d280ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
os: [ 'ubuntu-18.04', 'ubuntu-20.04', 'centos-8' ]
29+
os: [ 'ubuntu-18.04', 'ubuntu-20.04' ] # , 'centos-8'
3030
fail-fast: false
3131
if: github.event.pull_request.draft == false
3232
env:

0 commit comments

Comments
 (0)