Skip to content

Commit cd5794f

Browse files
committed
chore: update test-add-compiler-matrix workflow
- Remove centos-7 from the image matrix in test-add-compiler-matrix.yml - Retain only almalinux-cloud/almalinux-8 in the image matrix
1 parent 0cb31f2 commit cd5794f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-add-compiler-matrix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
architecture: [standard, large, extra-large]
3939
version: [2021.7.7, 2023.6.0]
40-
image: [centos-7, almalinux-cloud/almalinux-8]
40+
image: [almalinux-cloud/almalinux-8]
4141
steps:
4242
- name: Checkout Source
4343
uses: actions/checkout@v2

0 commit comments

Comments
 (0)