Skip to content

Commit

Permalink
[CI] macOS 14 and Xcode 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed May 24, 2024
1 parent 87289f1 commit 2d4c773
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ env:
EXAMPLE_PROJECT: Example/ExampleApp.xcodeproj
EXAMPLE_SCHEME: ExampleApp

DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer

IOS_DEST: "platform=iOS Simulator,name=iPhone 15,OS=latest"

jobs:
env-details:
name: Environment details
runs-on: macos-13
runs-on: macos-14
steps:
- name: xcode version
run: xcodebuild -version -sdk
Expand All @@ -37,7 +37,7 @@ jobs:
test-iOS:
name: iOS unit test
runs-on: macOS-13
runs-on: macOS-14
steps:
- name: git checkout
uses: actions/checkout@v4
Expand All @@ -53,7 +53,7 @@ jobs:
ui-test-iOS:
name: iOS UI tests
runs-on: macos-13
runs-on: macos-14
steps:
- name: git checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spm-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ on:
- main

env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
IOS_DEST: "platform=iOS Simulator,name=iPhone 15,OS=latest"
SCHEME: ReactiveCollectionsKit

jobs:
main:
name: SwiftPM Build
runs-on: macos-13
runs-on: macos-14
steps:
- name: git checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2d4c773

Please sign in to comment.