From 064a0a12b6695df83bac9d20f87e7c6950673f46 Mon Sep 17 00:00:00 2001 From: Pedro Date: Thu, 8 Aug 2024 14:58:55 +0200 Subject: [PATCH] Lint on macOS because swiftformat can't run on Ubuntu --- .github/workflows/xcodeproj.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/xcodeproj.yml b/.github/workflows/xcodeproj.yml index 2792014a..7d921922 100644 --- a/.github/workflows/xcodeproj.yml +++ b/.github/workflows/xcodeproj.yml @@ -54,7 +54,7 @@ jobs: run: swift test --enable-test-discovery lint: name: Lint - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@v3 - uses: jdx/mise-action@v2