From 88d0adf4ec95781083a84e7115cdf65413416d68 Mon Sep 17 00:00:00 2001 From: Alexander Cyon Date: Wed, 28 Jan 2026 16:09:17 +0100 Subject: [PATCH] update runner to macOS 26 runner from old 12. --- .github/workflows/swift.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index f617e23..6c3d7f3 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -15,7 +15,7 @@ concurrency: jobs: linting: - runs-on: macos-12 + runs-on: macos-26 steps: - uses: actions/checkout@v3 - name: "Run Lint" @@ -25,7 +25,7 @@ jobs: swiftformat . --lint unittest: - runs-on: macos-12 + runs-on: macos-26 needs: - linting strategy: