Skip to content

Commit 4e77803

Browse files
committed
(CAT-2416) Address almalinux 8 provisioning issues
Following an investigation on recent Almalinux 8 provisioning failures, it was found that there is a security policy issue that prevents ubuntu 24.04 runners from running the provisioning script for Almalinux 8. This commits defaults Almalinux 8 provisioning to always run on ubuntu 22.04 runners.
1 parent c8e9760 commit 4e77803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exe/matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
},
8787
"github_runner": {
8888
"docker": {
89-
"^(AmazonLinux-2|(CentOS|OracleLinux|Scientific)-7|Ubuntu-18|Debian-10)": "ubuntu-22.04"
89+
"^(AmazonLinux-2|(CentOS|OracleLinux|Scientific)-7|AlmaLinux-8|Ubuntu-18|Debian-10)": "ubuntu-22.04"
9090
}
9191
}
9292
}

0 commit comments

Comments
 (0)