Skip to content

Commit e0121a3

Browse files
committed
Revert "Update iOS test target to use ARM64 simulator"
1 parent 7d6014b commit e0121a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Run tests on macos
5353
if: matrix.os == 'macos-15' && matrix.job == 'test'
54-
run: ./gradlew iosSimulatorArm64Test
54+
run: ./gradlew iosX64Test
5555

5656
# ubuntu-latest
5757
- name: Run tests on linux

0 commit comments

Comments
 (0)