aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/test-queries.yml
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-01-31 10:42:21 +0100
committerChristian Clason <c.clason@uni-graz.at>2024-01-31 15:19:51 +0100
commit364b86ec8ea88e4a77ba676b93fb10829d6a9cb3 (patch)
treea7399e7591fe6a2556a91da3d72daa471eb315b7 /.github/workflows/test-queries.yml
parentUpdate parsers: apex, phpdoc, rbs, soql, sosl, wing (diff)
downloadnvim-treesitter-364b86ec8ea88e4a77ba676b93fb10829d6a9cb3.tar
nvim-treesitter-364b86ec8ea88e4a77ba676b93fb10829d6a9cb3.tar.gz
nvim-treesitter-364b86ec8ea88e4a77ba676b93fb10829d6a9cb3.tar.bz2
nvim-treesitter-364b86ec8ea88e4a77ba676b93fb10829d6a9cb3.tar.lz
nvim-treesitter-364b86ec8ea88e4a77ba676b93fb10829d6a9cb3.tar.xz
nvim-treesitter-364b86ec8ea88e4a77ba676b93fb10829d6a9cb3.tar.zst
nvim-treesitter-364b86ec8ea88e4a77ba676b93fb10829d6a9cb3.zip
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.
Diffstat (limited to '.github/workflows/test-queries.yml')
-rw-r--r--.github/workflows/test-queries.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-queries.yml b/.github/workflows/test-queries.yml
index cd1d4c5f3..d5a3894e4 100644
--- a/.github/workflows/test-queries.yml
+++ b/.github/workflows/test-queries.yml
@@ -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