Skip to content

Commit

Permalink
run tests on ubuntu-24.04 CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 17, 2024
1 parent 824fb61 commit 53a3ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -118,4 +118,4 @@ jobs:
- name: Check workflow files
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
./actionlint -color -ignore 'label "ubuntu-24\.04" is unknown\.'

0 comments on commit 53a3ef3

Please sign in to comment.