From ea5a18d01dc6f813f52d85050f36688480f21fcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=2E=20St=C3=B8vring?= Date: Sat, 17 Feb 2024 18:17:37 +0100 Subject: [PATCH] Update swiftlint.yml --- .github/workflows/swiftlint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swiftlint.yml b/.github/workflows/swiftlint.yml index a3398fb6d..88c8cbc05 100644 --- a/.github/workflows/swiftlint.yml +++ b/.github/workflows/swiftlint.yml @@ -11,10 +11,10 @@ concurrency: cancel-in-progress: true jobs: SwiftLint: - runs-on: macos-13 + runs-on: macos-14 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive - name: SwiftLint