diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5584c89..6f043b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: name: Stable and nightly strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest, macos-12] + os: [ubuntu-latest, macos-latest, windows-latest, macos-12, ubuntu-24.04] version: [stable, nightly] neovim: [true, false] fail-fast: false