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: