From 3c9f5565331302182ad758d8b7f325a227263bdd Mon Sep 17 00:00:00 2001 From: Shin Yamamoto Date: Tue, 2 Jul 2024 15:31:22 +0900 Subject: [PATCH] ci: remove test-ios13_7-iPhone_11_Pro job Because all Intel-based macOS resource were deprecated on June 28, 2024. --- .circleci/config.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ba1259ce..5d2aae3c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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