Skip to content

Commit dd28169

Browse files
authored
Merge pull request #602 from span786/CAT-2051-exclude-debian-arm-from-ci
(CAT-2051): Excluded debian-12-arm from ci.yml
2 parents 8e555d0 + 9ec03b2 commit dd28169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
secrets: "inherit"
1818
with:
1919
runs_on: "ubuntu-20.04"
20-
flags: "--exclude-platforms '[\"Ubuntu-22.04-arm\", \"RedHat-9-arm\"]'"
20+
flags: "--exclude-platforms '[\"Ubuntu-22.04-arm\", \"RedHat-9-arm\", \"Debian-12-arm\"]'"

0 commit comments

Comments
 (0)