Skip to content

Commit e5d37cd

Browse files
(MAINT) try different os to install on
1 parent 878007f commit e5d37cd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
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.9, 2023.8.5, 2025.5.0]
40-
image: [almalinux-cloud/almalinux-8]
40+
image: [almalinux-cloud/almalinux-9]
4141
steps:
4242
- name: Checkout Source
4343
uses: actions/checkout@v4

.github/workflows/test-add-replica-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
architecture: [standard, standard-with-dr, large, extra-large]
3939
version: [2023.8.5, 2025.5.0]
40-
image: [almalinux-cloud/almalinux-8]
40+
image: [almalinux-cloud/almalinux-9]
4141
steps:
4242
- name: Checkout Source
4343
uses: actions/checkout@v4

.github/workflows/test-migration.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,30 +44,30 @@ jobs:
4444
- large-with-dr
4545
- extra-large-with-dr
4646
version: [2021.7.9, 2023.8.5, 2025.5.0]
47-
image: [almalinux-cloud/almalinux-8]
47+
image: [almalinux-cloud/almalinux-9]
4848
include:
4949
- architecture: standard
5050
version: 2023.8.5
51-
image: almalinux-cloud/almalinux-8
51+
image: almalinux-cloud/almalinux-9
5252
new_pe_version: 2025.5.0
5353
- architecture: large
5454
version: 2023.8.5
55-
image: almalinux-cloud/almalinux-8
55+
image: almalinux-cloud/almalinux-9
5656
new_pe_version: 2025.5.0
5757
- architecture: extra-large
5858
version: 2023.8.5
59-
image: almalinux-cloud/almalinux-8
59+
image: almalinux-cloud/almalinux-9
6060
new_pe_version: 2025.5.0
6161
# excluding the following combinations as due to their long running nature they always fail due to
6262
# the test nodes in GCP that litmus provisions becoming unreachable after a time. If we address PE-40902
6363
# to change how we provision test nodes in CI then we will hopefully be able to include these
6464
exclude:
6565
- architecture: extra-large-with-dr
6666
version: 2023.8.5
67-
image: almalinux-cloud/almalinux-8
67+
image: almalinux-cloud/almalinux-9
6868
- architecture: extra-large-with-dr
6969
version: 2025.5.0
70-
image: almalinux-cloud/almalinux-8
70+
image: almalinux-cloud/almalinux-9
7171
steps:
7272
- name: Checkout Source
7373
uses: actions/checkout@v4

0 commit comments

Comments
 (0)