Skip to content

Commit 8f6ca71

Browse files
committed
Disabling broken Centos 8 CI.
1 parent a6b2aad commit 8f6ca71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ jobs:
576576
matrix:
577577
centos:
578578
- 7 # GCC 4.8
579-
- 8
579+
# BROKEN_2021-06-03 - 8
580580

581581
name: "🐍 3 • CentOS ${{ matrix.centos }} • x64"
582582
container: "centos:${{ matrix.centos }}"

.github/workflows/ci_sh_def.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ jobs:
594594
matrix:
595595
centos:
596596
- 7 # GCC 4.8
597-
- 8
597+
# BROKEN_2021-06-03 - 8
598598

599599
name: "🐍 3 • CentOS ${{ matrix.centos }} • x64"
600600
container: "centos:${{ matrix.centos }}"

0 commit comments

Comments
 (0)