Skip to content

Commit 67769cd

Browse files
committed
Don't test on ubuntu 24.04 for arm
1 parent 77f9d59 commit 67769cd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +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\", \"Debian-12-arm\"]'"
21-
20+
flags: "--exclude-platforms '[\"Ubuntu-24.04-arm\", \"Ubuntu-22.04-arm\", \"RedHat-9-arm\", \"Debian-12-arm\"]'"

.github/workflows/nightly.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +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\", \"Debian-12-arm\"]'"
20-
19+
flags: "--exclude-platforms '[\"Ubuntu-24.04-arm\", \"Ubuntu-22.04-arm\", \"RedHat-9-arm\", \"Debian-12-arm\"]'"

0 commit comments

Comments
 (0)