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