From 2bcbbc9520c7c8afcea62cda386b28c7af281a2b Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 31 Jan 2024 12:42:59 -0600 Subject: [PATCH] ci: format to macos-14 --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 4c09cd7..f887e14 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -8,7 +8,7 @@ on: jobs: swift_format: name: swift-format - runs-on: macos-12 + runs-on: macos-14 steps: - uses: actions/checkout@v2 - name: Install