From 016826137be887ede8663d3f0f6d9e1815528a50 Mon Sep 17 00:00:00 2001 From: Kris Zyp Date: Thu, 2 Jan 2025 12:45:00 -0700 Subject: [PATCH] Update macos --- .github/workflows/prebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index 64bd5e137..5a1e92a17 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -5,7 +5,7 @@ jobs: #if: startsWith(github.ref, 'refs/tags/') env: LMDB_DATA_V1: ${{ contains(github.ref, '-v1') }} - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v4 - name: Setup node