Skip to content

Commit

Permalink
chore: update test-add-compiler-matrix workflow
Browse files Browse the repository at this point in the history
- Remove centos-7 from the image matrix in test-add-compiler-matrix.yml
- Retain only almalinux-cloud/almalinux-8 in the image matrix
  • Loading branch information
CoMfUcIoS committed Sep 3, 2024
1 parent 0cb31f2 commit cd5794f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-add-compiler-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
matrix:
architecture: [standard, large, extra-large]
version: [2021.7.7, 2023.6.0]
image: [centos-7, almalinux-cloud/almalinux-8]
image: [almalinux-cloud/almalinux-8]
steps:
- name: Checkout Source
uses: actions/checkout@v2
Expand Down

0 comments on commit cd5794f

Please sign in to comment.