diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e549d7c..ac66d65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -371,8 +371,8 @@ jobs: path: emu_binaries/* build-macos-x86_64: needs: [README] - # this is currently macos-12, Monterey - runs-on: macos-12 + # this is currently macos-13, Ventura + runs-on: macos-13 steps: - uses: actions/checkout@v4 - name: Install Dependencies