From b2c3fe61b30565d04940682f61e9540559bd2915 Mon Sep 17 00:00:00 2001 From: edde746 <86283021+edde746@users.noreply.github.com> Date: Fri, 1 May 2026 06:55:44 +0200 Subject: [PATCH] fix: use runner Swift for native formatting --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5c9dc27..297460aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,11 +139,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Setup Swift - uses: swift-actions/setup-swift@v3 - with: - swift-version: "6.2" - - name: Setup Java uses: actions/setup-java@v4 with: