From f6b5309d7f6bb649b90be9bac88294cbf0dc1dec Mon Sep 17 00:00:00 2001 From: Marcin Polak Date: Wed, 12 Aug 2026 11:03:18 +0200 Subject: [PATCH] ci: use github runner default swift version --- .github/workflows/pull-request.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5e1696e..63676d1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -14,9 +14,6 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: swift-actions/setup-swift@v2 - with: - swift-version: "5.9.2" - name: Install swift-format tool run: brew install swift-format - name: Swift-format linting Sources directory