From 8c71fb7dbace8cffd9f924dc1b591bff73f589ca Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 4 Nov 2024 12:50:57 -0600 Subject: [PATCH] chore: ci test-swift from macos-12 to macos-13 --- .github/workflows/test-swift.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-swift.yaml b/.github/workflows/test-swift.yaml index 89174bbb..d2274221 100644 --- a/.github/workflows/test-swift.yaml +++ b/.github/workflows/test-swift.yaml @@ -13,7 +13,7 @@ on: jobs: build: name: "Build and test" - runs-on: macos-12 + runs-on: macos-13 steps: - name: "Checkout" uses: actions/checkout@v3