From ebf580a32aaf885d54743686c7ee7dad1a50c909 Mon Sep 17 00:00:00 2001 From: rhysd Date: Wed, 31 Jan 2024 12:23:19 +0900 Subject: [PATCH] run CI on M1 Mac --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fdef29..fe3da63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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