From 960323bb348e0ba15fd3696148ff4db54c0418f3 Mon Sep 17 00:00:00 2001 From: Alex Lorenz Date: Tue, 19 Dec 2023 09:53:29 -0800 Subject: [PATCH] [release] set 5.10 Swift version as the default for the 5.10 branch (cherry picked from commit 72e817deb07fb89d8b3d6625a1e5dcb185784f72) --- .github/workflows/swift-toolchain.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift-toolchain.yml b/.github/workflows/swift-toolchain.yml index 6cad1a490..9a4bd66a0 100644 --- a/.github/workflows/swift-toolchain.yml +++ b/.github/workflows/swift-toolchain.yml @@ -13,7 +13,7 @@ on: swift_version: description: 'Swift Version' - default: '0.0.0' + default: '5.10.0' required: false type: string