From b0e870fe5dc8af29bd53a2b71a3f2d7d8426ad86 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Tue, 5 Sep 2023 17:34:44 -0300 Subject: [PATCH 1/2] Update README.md From 20ad14e8913d9c00aec6d9fd162f7ee0f424ff73 Mon Sep 17 00:00:00 2001 From: Bruno Casali Date: Tue, 5 Sep 2023 18:13:05 -0300 Subject: [PATCH 2/2] Update pre-release-tests.yml --- .github/workflows/pre-release-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-release-tests.yml b/.github/workflows/pre-release-tests.yml index 080da17d..da4d40f0 100644 --- a/.github/workflows/pre-release-tests.yml +++ b/.github/workflows/pre-release-tests.yml @@ -16,9 +16,9 @@ jobs: matrix: os: ["macos-latest", "ubuntu-20.04"] env: - DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Download the latest stable version of Meilisearch run: | # This script is used in the SDK CIs to fetch the latest Meilisearch RC name (ex: v0.16.0rc2).