File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : " "
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'
You can’t perform that action at this time.
0 commit comments