Use macos-15 runner for both x86_64 and aarch64
This commit is contained in:
parent
0c1d631794
commit
ccde31231e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/oxipng.yml
vendored
4
.github/workflows/oxipng.yml
vendored
|
|
@ -49,9 +49,9 @@ jobs:
|
||||||
- target: i686-pc-windows-msvc
|
- target: i686-pc-windows-msvc
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
- target: x86_64-apple-darwin
|
- target: x86_64-apple-darwin
|
||||||
os: macos-13 # x86_64 runner
|
os: macos-15
|
||||||
- target: aarch64-apple-darwin
|
- target: aarch64-apple-darwin
|
||||||
os: macos-15 # ARM64 runner
|
os: macos-15
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_BUILD_TARGET: ${{ matrix.target }}
|
CARGO_BUILD_TARGET: ${{ matrix.target }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue