Skip to content

Commit

Permalink
ci: use Xcode 15.4 (macos-14)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEidinger committed Dec 10, 2024
1 parent 41975c0 commit 5898289
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 5898289

Please sign in to comment.