From 5c41de4c021567e8d4f187f6d79d96dfcef704f6 Mon Sep 17 00:00:00 2001 From: Brian Drelling Date: Mon, 6 Mar 2023 13:59:47 -0600 Subject: [PATCH] Bumped CI to Swift 5.7, removed 5.5 and 5.6 (#71) * Bumped CI to Swift 5.7, removed 5.5 and 5.6 * Triggering CI --- .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 19cd136..d6edd93 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: with: scheme: AudioKitUI platforms: iOS macOS - swift-versions: 5.5 5.6 + swift-versions: 5.7 # Send notification to Discord on failure. send_notification: