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).