From 17543a14aa2af213dfe8cdbbc426a205b94758f6 Mon Sep 17 00:00:00 2001 From: Kees Verruijt Date: Tue, 15 Oct 2024 11:10:32 +0200 Subject: [PATCH] Bump macOS intel build to macOS 13 --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index cbcd7d1..aa4045c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -34,7 +34,7 @@ jobs: path: target/release/mayara macos: - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v4 - name: Build