Skip to content

Commit

Permalink
Merge pull request #267 from sourcegraph/k/batch-changes/regex
Browse files Browse the repository at this point in the history
Update ubuntu in Github Actions to latest LTS (24.04)
  • Loading branch information
keegancsmith authored Jan 21, 2025
2 parents 7c423eb + a1350fb commit 775f22b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-22.04
- os: ubuntu-24.04
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-22.04
- os: ubuntu-24.04
rev: nightly/nvim-linux64.tar.gz
- os: ubuntu-22.04
- os: ubuntu-24.04
rev: v0.9.5/nvim-linux64.tar.gz
- os: ubuntu-22.04
- os: ubuntu-24.04
rev: v0.10.0/nvim-linux64.tar.gz
- os: macos-latest
rev: nightly/nvim-macos-x86_64.tar.gz
Expand Down

0 comments on commit 775f22b

Please sign in to comment.