ci: use M1 for macOS

GH Actions runners use M1 hardware for `macos-14` now. Since macOS is
one of the slowest platforms for parser compilation, switching should
give us not only ARM coverage but also shorter CI times.
This commit is contained in:
Christian Clason
2024-01-31 10:42:21 +01:00
parent 45cde459b5
commit 364b86ec8e
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-2022, macos-latest]
os: [ubuntu-latest, windows-2022, macos-14]
cc: [gcc, clang]
nvim_tag: [stable]
exclude:
@@ -30,7 +30,7 @@ jobs:
cc: clang
nvim_tag: stable
- os: macos-latest
- os: macos-14
cc: gcc
nvim_tag: stable