Skip to content

Commit

Permalink
run CI on M1 Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jan 31, 2024
1 parent c061489 commit ebf580a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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]
os: [ubuntu-latest, macos-latest, windows-latest, macos-14]
version: [stable, nightly]
neovim: [true, false]
fail-fast: false
Expand Down

0 comments on commit ebf580a

Please sign in to comment.