From 24611424f3958ea45fc2c8e4d2e5fd2044cdd83a Mon Sep 17 00:00:00 2001 From: Aurelius Prochazka Date: Mon, 22 Apr 2024 19:24:50 -0700 Subject: [PATCH] Remove xcode version specification entirely --- .github/workflows/tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 152dd5d..c511eb0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,15 +30,12 @@ jobs: scheme: - TonicDemo (iOS) - TonicDemo (macOS) - xcode_version: - - '14.0' # swift 5.6 steps: - name: Build Demo uses: AudioKit/ci/.github/actions/build-demo@main with: project: Demo/TonicDemo.xcodeproj scheme: ${{ matrix.scheme }} - xcode_version: ${{ matrix.xcode_version }} # Send notification to Discord on failure. send_notification: