Skip to content

Commit

Permalink
ci: lock xcode version for the build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed May 2, 2024
1 parent 09ed0de commit d0e25bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: 14.2

- name: Build
working-directory: Example
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: 14.2

- name: Tests
working-directory: Tests
Expand Down

0 comments on commit d0e25bb

Please sign in to comment.