From 5d67ccccb045177798e8eeedceed7500d4ec194b Mon Sep 17 00:00:00 2001 From: Ladislas de Toldi Date: Tue, 10 Dec 2024 18:02:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20(ci):=20Linter=20-=20SwiftFormat?= =?UTF-8?q?=20-=20move=20to=20github=20hosted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-linter-swiftformat.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-linter-swiftformat.yml b/.github/workflows/ci-linter-swiftformat.yml index 32be184577..5684a959a8 100644 --- a/.github/workflows/ci-linter-swiftformat.yml +++ b/.github/workflows/ci-linter-swiftformat.yml @@ -17,19 +17,21 @@ concurrency: jobs: swift_format: name: swiftformat - runs-on: [self-hosted, iOS] + runs-on: [ubuntu-24.04] steps: - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 0 # Fetch all history for all branches and tags + fetch-depth: 0 lfs: false - name: Setup mise - run: | - echo "$HOME/.local/share/mise/shims" >> $GITHUB_PATH - mise install + uses: jdx/mise-action@v2 + with: + version: 2024.12.4 + install: true + cache: true - name: Run swiftformat run: |