Skip to content

Commit

Permalink
Merge pull request #125 from SAP-samples/ciUpdate
Browse files Browse the repository at this point in the history
ci: use Xcode 15.4 (macos-14)
  • Loading branch information
serajahmad01 authored Dec 10, 2024
2 parents 41975c0 + 5898289 commit b5eaf26
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
verify-podspec-install:
runs-on: macos-13
runs-on: macos-14

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -102,11 +102,11 @@ jobs:
run: sudo xcode-select -p
- name: Determine Xcode version needed
run: |
neededXcode='Xcode_15.2'
neededXcode='Xcode_15.4'
echo "neededXcode=$neededXcode" >> $GITHUB_ENV
- name: "Set Xcode version 15.2"
if: env.neededXcode == 'Xcode_15.2'
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
- name: "Set Xcode version 15.4"
if: env.neededXcode == 'Xcode_15.4'
run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
- name: Create test application
run: |
cd .testing
Expand Down

0 comments on commit b5eaf26

Please sign in to comment.