Skip to content

Commit a8f39d6

Browse files
committed
Remove x86_64 iOS-simulator test
1 parent 2879844 commit a8f39d6

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -113,32 +113,6 @@ jobs:
113113
command: build
114114
args: --target aarch64-apple-ios --verbose
115115

116-
test-ios-simul-stable:
117-
name: iOS (Stable, X64, Simulation)
118-
runs-on: macos-11
119-
steps:
120-
- name: Checkout out repository
121-
uses: actions/checkout@v2
122-
with:
123-
submodules: true
124-
125-
- name: Install latest stable Rust toolchain
126-
uses: actions-rs/toolchain@v1
127-
with:
128-
toolchain: stable
129-
target: x86_64-apple-ios
130-
override: true
131-
132-
- name: Install cargo dinghy
133-
run: cargo install cargo-dinghy
134-
135-
- name: Run cargo test
136-
run: |
137-
export RUNTIME_ID=$(xcrun simctl list runtimes | grep iOS | cut -d ' ' -f 7 | tail -1)
138-
export SIMULATOR_ID=$(xcrun simctl create iPhoneSimulator com.apple.CoreSimulator.SimDeviceType.iPhone-8 $RUNTIME_ID)
139-
xcrun simctl boot $SIMULATOR_ID
140-
cargo dinghy test --target x86_64-apple-ios
141-
142116

143117
test-windows-msvc-stable:
144118
name: Windows (Stable, MSVC)

0 commit comments

Comments
 (0)