From 444e6534aa5b9a4286b7ac54b45221e8edf7b44f Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Fri, 18 Oct 2024 02:17:21 +0800 Subject: [PATCH] ci: remove deprecated macos-12 image (#3202) ci: use macos-13 for client_targets pipeline (cherry picked from commit c6e8239843af8e6301cd198e39d0a44add427bef) --- .github/workflows/client-targets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client-targets.yml b/.github/workflows/client-targets.yml index 1a33d2ae59493c..6ee825751006fa 100644 --- a/.github/workflows/client-targets.yml +++ b/.github/workflows/client-targets.yml @@ -47,7 +47,7 @@ jobs: strategy: matrix: os: - - macos-12 + - macos-13 target: - aarch64-apple-ios - x86_64-apple-ios