Skip to content

Commit 8e555d0

Browse files
authored
Merge pull request #599 from span786/CAT-2051-exclude-debian-12-arm
(CAT-2051): Exclude Debian-12-arm64 platform
2 parents 0e0d128 + d80911b commit 8e555d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

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

0 commit comments

Comments
 (0)