From ccde31231ecfdd7e9007c6d52851f094eefd82a0 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 3 Oct 2025 07:52:00 +1300 Subject: [PATCH] Use macos-15 runner for both x86_64 and aarch64 --- .github/workflows/oxipng.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/oxipng.yml b/.github/workflows/oxipng.yml index e653b658..408e1255 100644 --- a/.github/workflows/oxipng.yml +++ b/.github/workflows/oxipng.yml @@ -49,9 +49,9 @@ jobs: - target: i686-pc-windows-msvc os: windows-latest - target: x86_64-apple-darwin - os: macos-13 # x86_64 runner + os: macos-15 - target: aarch64-apple-darwin - os: macos-15 # ARM64 runner + os: macos-15 env: CARGO_BUILD_TARGET: ${{ matrix.target }}