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 similarity index 100% rename from scripts/ci-install-macos-latest.sh rename to scripts/ci-install-macos-14.sh