From 2b9e8ea761c131e7df888c51fbfa9ffaf466c3b6 Mon Sep 17 00:00:00 2001 From: scosman Date: Mon, 18 Mar 2024 20:48:11 -0400 Subject: [PATCH] Revert CI env bump --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 443737b..dfc298a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - name: Select xcode - run: sudo xcode-select -switch /Applications/Xcode_15.2.app && /usr/bin/xcodebuild -version + run: sudo xcode-select -switch /Applications/Xcode_14.0.1.app && /usr/bin/xcodebuild -version - name: Copy app secrets template run: cp ios/voicebox/Util/AppSecrets.h.TEMPLATE ios/voicebox/Util/AppSecrets.h