Skip to content

Commit 7c6bd26

Browse files
authored
see if Jammy is the problem
1 parent d3cc17f commit 7c6bd26

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ubuntu-packages-and-docker-image.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,12 @@ jobs:
223223
matrix:
224224
include:
225225
# Ubuntu 24.04 LTS (Noble)
226-
- os: "ubuntu-24.04"
227-
ubuntu_version: "noble"
228-
arch: "amd64"
229-
- os: "ubuntu-24.04-arm"
230-
ubuntu_version: "noble"
231-
arch: "arm64"
226+
# - os: "ubuntu-24.04"
227+
# ubuntu_version: "noble"
228+
# arch: "amd64"
229+
# - os: "ubuntu-24.04-arm"
230+
# ubuntu_version: "noble"
231+
# arch: "arm64"
232232
# Ubuntu 22.04 LTS (Jammy)
233233
- os: "ubuntu-22.04"
234234
ubuntu_version: "jammy"

0 commit comments

Comments
 (0)