From 255b4571c08865b2d4fa85f4a01e1485ebff9ceb Mon Sep 17 00:00:00 2001 From: DarkSky Date: Tue, 9 Dec 2025 11:29:44 +0800 Subject: [PATCH] chore: bump x86 mac ci --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index d8a3d420b0..3ba10309da 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -812,7 +812,7 @@ jobs: settings: - { target: 'x86_64-unknown-linux-gnu', os: 'ubuntu-latest' } - { target: 'aarch64-unknown-linux-gnu', os: 'ubuntu-24.04-arm' } - - { target: 'x86_64-apple-darwin', os: 'macos-13' } + - { target: 'x86_64-apple-darwin', os: 'macos-15-intel' } - { target: 'aarch64-apple-darwin', os: 'macos-latest' } - { target: 'x86_64-pc-windows-msvc', os: 'windows-latest' } - { target: 'aarch64-pc-windows-msvc', os: 'windows-11-arm' }