Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.42.0 Release #2888

Merged
merged 17 commits into from
Nov 14, 2023
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump Xcode version in the cron checks (#2882)
  • Loading branch information
testableapple authored Nov 13, 2023
commit 3a638cf7a78d54f8b4e200ee4f1c923c90bfd918
12 changes: 6 additions & 6 deletions .github/workflows/cron-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
os: macos-12
device: "iPhone 14 Pro Max"
setup_runtime: false
- ios: 15.5
xcode: 13.4.1
- ios: 15.4
xcode: 14.2
os: macos-12
device: "iPhone 8"
setup_runtime: false
setup_runtime: true
- ios: 14.5
xcode: 14.2
os: macos-12
Expand Down Expand Up @@ -138,11 +138,11 @@ jobs:
os: macos-13
device: "iPhone 14 Pro Max"
setup_runtime: false
- ios: 15.5
xcode: 13.4.1
- ios: 15.4
xcode: 14.2
os: macos-12
device: "iPhone 8"
setup_runtime: false
setup_runtime: true
- ios: 14.5
xcode: 14.2
os: macos-12
Expand Down
Loading