From ee03593c21d91665a20edc01c8f2506acefc8682 Mon Sep 17 00:00:00 2001 From: Pyry Jahkola Date: Tue, 17 Dec 2024 09:36:36 +0200 Subject: [PATCH] Run iOS & macOS unit tests on Xcode 16.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c33f9dc56fa..de7dac9b379d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: macos-15 strategy: matrix: - command: [''] + command: [test, ''] platform: [IOS, MACOS] xcode: ['16.0'] steps: