Skip to content

Commit

Permalink
update xcode select version
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavFitz committed Feb 1, 2024
1 parent dd3e2f8 commit 0e9706f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/carthage.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Carthage
on:
on:
pull_request:
jobs:
check:
runs-on: macos-12
runs-on: macos-latest
steps:
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer'
- name: Initialize Cartfile
run: |
tee Cartfile <<<"github \"algolia/algoliasearch-client-swift\" \"${{ github.head_ref }}\""
carthage update --no-build
sh ./Carthage/Checkouts/algoliasearch-client-swift/carthage-prebuild
carthage build --use-xcframeworks --platform ios
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer'
- name: Initialize Cartfile
run: |
tee Cartfile <<<"github \"algolia/algoliasearch-client-swift\" \"${{ github.head_ref }}\""
carthage update --no-build
sh ./Carthage/Checkouts/algoliasearch-client-swift/carthage-prebuild
carthage build --use-xcframeworks --platform ios
14 changes: 7 additions & 7 deletions .github/workflows/pods.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Cocoapods
on:
on:
pull_request:
jobs:
lint:
runs-on: macos-12
runs-on: macos-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer'
- name: Pod lib lint
run: pod lib lint --allow-warnings
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer'
- name: Pod lib lint
run: pod lib lint --allow-warnings

0 comments on commit 0e9706f

Please sign in to comment.