diff --git a/.github/workflows/homebrew-cask-codexel.yml b/.github/workflows/homebrew-cask-codexel.yml index eb26bfc2456..80374479c05 100644 --- a/.github/workflows/homebrew-cask-codexel.yml +++ b/.github/workflows/homebrew-cask-codexel.yml @@ -22,7 +22,7 @@ jobs: include: - runner: macos-14 target: aarch64-apple-darwin - - runner: macos-13 + - runner: macos-15-intel target: x86_64-apple-darwin steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/npm-publish-codexel.yml b/.github/workflows/npm-publish-codexel.yml index cf4f84e4c5b..beec35e703c 100644 --- a/.github/workflows/npm-publish-codexel.yml +++ b/.github/workflows/npm-publish-codexel.yml @@ -90,7 +90,7 @@ jobs: install_musl: true - runner: macos-14 target: aarch64-apple-darwin - - runner: macos-13 + - runner: macos-15-intel target: x86_64-apple-darwin - runner: windows-latest target: x86_64-pc-windows-msvc