Skip to content

Commit 3fc6877

Browse files
committed
Add an explicit iOS simulator for the CPython test.
1 parent d89292c commit 3fc6877

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ jobs:
190190
fail-fast: false
191191
matrix:
192192
platform: ["iOS", "tvOS"]
193+
include:
194+
- platform: "iOS"
195+
testbed-args: '--simulator "iPhone 16e,arch=arm64,OS=18.5"'
193196

194197
steps:
195198
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)