Skip to content

Commit

Permalink
Run on ios 14
Browse files Browse the repository at this point in the history
  • Loading branch information
SevInf committed Apr 26, 2024
1 parent ea9cbab commit 9c9d0ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-engines-react-native.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 9c9d0ba

Please sign in to comment.