Skip to content

Commit fe4c09a

Browse files
committed
(CAT-2427) Address 9th gen auth failures
Following investigation of authentication failures for 9th gen OSs, it was found that the cause was the usage of ubuntu 24.04 runners and their stricter security policies. This commit updates the matrix.json file to pin 9th gen to older runners to avoid these conflicts.
1 parent 2afb4c5 commit fe4c09a

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|AlmaLinux-8|Ubuntu-18|Debian-10)": "ubuntu-22.04"
89+
"^(AmazonLinux-2|(CentOS|OracleLinux|Scientific)-7|(AlmaLinux|OracleLinux|RockyLinux|CentOS)-9|AlmaLinux-8|Fedora-36|Ubuntu-18|Debian-10)": "ubuntu-22.04"
9090
}
9191
}
9292
}

0 commit comments

Comments
 (0)