aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test-queries.yml4
-rwxr-xr-xscripts/ci-install-macos-14.sh (renamed from scripts/ci-install-macos-latest.sh)0
2 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
diff --git a/scripts/ci-install-macos-latest.sh b/scripts/ci-install-macos-14.sh
index 06bce74f7..06bce74f7 100755
--- a/scripts/ci-install-macos-latest.sh
+++ b/scripts/ci-install-macos-14.sh