Skip to content

Commit

Permalink
refactor CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Jan 27, 2025
1 parent 59af721 commit 9897520
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,12 @@ jobs:
- name: iOS 17, iPhone 16
script: test:ios
iosVersion: 17
deviceModel: iPhone 16
developerDir: CI_XCODE_16
- name: iOS 18, iPhone 16
script: test:ios
iosVersion: 18
deviceModel: iPhone 16
developerDir: CI_XCODE_16
- name: macOS 14
script: test:macos
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require_relative 'Vendor/xctoolchain/Scripts/xctask/build_task'
SCRIPT_PATH = File.expand_path(File.dirname(__FILE__))
starters_path = File.join(SCRIPT_PATH, 'ParseStarterProject')

ios_simulator = 'platform="iOS Simulator",name="iPhone 16",OS=#{ENV["IOS_VERSION"]}'
ios_simulator = "platform=\"iOS Simulator\",name=\"iPhone 16\",OS=#{ENV['IOS_VERSION'] || '17.0'}"
tvos_simulator = 'platform="tvOS Simulator",name="Apple TV"'
watchos_simulator = 'platform="watchOS Simulator",name="Apple Watch Series 10 (46mm)"'

Expand Down

0 comments on commit 9897520

Please sign in to comment.