diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1309aa8..3f7d92d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: { name: "windows", image: "windows-latest" }, # See https://github.com/dyad-sh/dyad/issues/96 { name: "linux", image: "ubuntu-22.04" }, - { name: "macos-intel", image: "macos-13" }, + { name: "macos-intel", image: "macos-15-intel" }, { name: "macos", image: "macos-latest" }, ] runs-on: ${{ matrix.os.image }}