Skip to content

Commit

Permalink
Bump up Xcode version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rgnns committed May 7, 2024
1 parent afe4e35 commit db39635
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
platform: ['iOS Simulator,name=iPhone 8']
platform: ['iOS Simulator,name=iPhone SE (3rd generation)']
steps:
- uses: actions/checkout@v2
- name: Analyze
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
platform: ['iOS Simulator,name=iPhone 8']
platform: ['iOS Simulator,name=iPhone SE (3rd generation)']
steps:
- uses: actions/checkout@v2
- name: Test
Expand All @@ -42,15 +42,15 @@ jobs:
name: Carthage
runs-on: macOS-latest
env:
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer
steps:
- uses: actions/checkout@v2
- name: Carthage
run: make carthage
swift-package-manager:
runs-on: macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -59,7 +59,7 @@ jobs:
example-spm-xcode:
runs-on: macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit db39635

Please sign in to comment.