Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Disable Ubuntu 2204
Browse files Browse the repository at this point in the history
  • Loading branch information
babinskiy committed Feb 27, 2024
1 parent 509b2dd commit 3c2d9f3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
debian8, debian9, debian10, debian11, debian12,
fedora31, fedora32, fedora34, fedora35, fedora36, fedora37,
# elastio-snap has been kept without support of kernel 6.5 and higher
# so we disable fedora38 because it has kernel 6.5
# so we disable fedora38 and ubuntu2204 because they have kernel 6.5
# fedora38,
ubuntu2004, ubuntu2204
ubuntu2004
# ubuntu2204
]
arch: [ amd64 ]
include:
Expand All @@ -62,11 +63,11 @@ jobs:
- distro: fedora37
arch: arm64
# elastio-snap has been kept without support of kernel 6.5 and higher
# so we disable fedora38 because it has kernel 6.5
# so we disable fedora38 and ubuntu2204 because they have kernel 6.5
# - distro: fedora38
# arch: arm64
- distro: ubuntu2204
arch: arm64
# - distro: ubuntu2204
# arch: arm64

steps:
- name: Checkout sources
Expand Down

0 comments on commit 3c2d9f3

Please sign in to comment.