From 9c9d0ba7ab5d4950e32da20a75fb91d314165702 Mon Sep 17 00:00:00 2001 From: Sergey Tatarintsev Date: Fri, 26 Apr 2024 19:07:09 +0200 Subject: [PATCH] Run on ios 14 --- .github/workflows/build-engines-react-native.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-engines-react-native.yml b/.github/workflows/build-engines-react-native.yml index 4a0a2c40c0ac..2a1031031cee 100644 --- a/.github/workflows/build-engines-react-native.yml +++ b/.github/workflows/build-engines-react-native.yml @@ -10,7 +10,7 @@ jobs: build-ios: # Do not change `name`, prisma-engines Buildkite build job depends on this name ending with the commit name: "iOS build on branch ${{ github.event.ref }} for commit ${{ github.event.inputs.commit }}" - runs-on: macos-13 + runs-on: macos-14 steps: - name: Output link to real commit @@ -51,7 +51,7 @@ jobs: - name: Output link to real commit run: echo ${{ github.repository }}/commit/${{ github.event.inputs.commit }} - - name: Checkout # TODO: commit + - name: Checkout uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.commit }}