Skip to content

Commit be16ef9

Browse files
Oliver Baerclaude
andcommitted
fix(ci): use macos-15-intel runner (macos-13 retired)
- Updated from deprecated macos-13 to macos-15-intel - See: actions/runner-images#13046 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent f48f156 commit be16ef9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ jobs:
6565
fail-fast: false
6666
matrix:
6767
include:
68-
# Use macos-13 (Intel) for reliable cross-compilation to both architectures
69-
- platform: macos-13
68+
# Use macos-15-intel for reliable cross-compilation to both architectures
69+
- platform: macos-15-intel
7070
args: --target aarch64-apple-darwin
71-
- platform: macos-13
71+
- platform: macos-15-intel
7272
args: --target x86_64-apple-darwin
7373
- platform: ubuntu-22.04
7474
args: ""
@@ -93,7 +93,7 @@ jobs:
9393
- name: Install Rust stable
9494
uses: dtolnay/rust-toolchain@stable
9595
with:
96-
targets: ${{ matrix.platform == 'macos-13' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
96+
targets: ${{ matrix.platform == 'macos-15-intel' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
9797

9898
- name: Install dependencies (Ubuntu)
9999
if: matrix.platform == 'ubuntu-22.04'

0 commit comments

Comments
 (0)