From 64d96a5971fa9b47c2786ad6f44ceea71ab6fb5f Mon Sep 17 00:00:00 2001 From: Drew Carlson Date: Tue, 14 Nov 2023 13:48:27 -0800 Subject: [PATCH] Update macos test ci command --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3d899ce..58f0b3d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,7 +58,7 @@ jobs: name: Test Apple Targets if: startsWith(matrix.os, 'macos') with: - arguments: macosTest -DdemoApiKey="${{ secrets.DEMO_API_KEY }}" # iosTest tvosTest watchosX86Test + arguments: macosX64Test -DdemoApiKey="${{ secrets.DEMO_API_KEY }}" # iosTest tvosTest watchosX86Test - uses: gradle/gradle-build-action@v2 name: Test Jvm Target