Skip to content

Commit

Permalink
ci: remove test-ios13_7-iPhone_11_Pro job
Browse files Browse the repository at this point in the history
Because all Intel-based macOS resource were deprecated on June 28, 2024.
  • Loading branch information
scenee committed Jul 2, 2024
1 parent 7f1a748 commit 3c9f556
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,8 @@ jobs:
steps:
- checkout
- run: xcodebuild clean test -scheme FloatingPanel -workspace FloatingPanel.xcworkspace -destination 'platform=iOS Simulator,OS=14.5,name=iPhone 12 Pro'
test-ios13_7-iPhone_11_Pro:
macos:
xcode: 12.5.1
steps:
- checkout
- run: xcodebuild clean test -scheme FloatingPanel -workspace FloatingPanel.xcworkspace -destination 'platform=iOS Simulator,OS=13.7,name=iPhone 11 Pro'

workflows:
test:
jobs:
- test-ios14_5-iPhone_12_Pro
- test-ios13_7-iPhone_11_Pro

0 comments on commit 3c9f556

Please sign in to comment.