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 5b2e79b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -93,10 +93,10 @@ jobs:
run: node ./scripts/post_action_check.js "false" "v8.1.2424" "${{ steps.vim.outputs.executable }}"

test-and-lint:
name: Check unit tests and linter
name: Check unit tests and lints
strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-12]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -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 5b2e79b

Please sign in to comment.