Skip to content

Commit

Permalink
chore(ci): revert macos runner version; adjust vim version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Oct 1, 2023
1 parent 489d0cd commit 8a115d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12.6]
vim-version: [v7.4.2119, v8.2.5172, v9.0.1500]
os: [ubuntu-latest, macos-latest]
vim-version: [v7.4.2367, v8.2.5172, v9.0.1500]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout kkoomen/vim-doge
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12.6]
os: [ubuntu-latest, macos-latest]
vim-version: [v0.3.2, head]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 8a115d9

Please sign in to comment.