From 55c1ac88325e41cba0dbdcbb3f59327bc9b0970e Mon Sep 17 00:00:00 2001 From: Chris Li Date: Thu, 19 Oct 2023 09:09:49 -0400 Subject: [PATCH] CI --- .github/workflows/ci.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bddf7762..b8920095 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,12 +145,11 @@ jobs: - native_static - native_mixed - iOS_arm64 - - iOS_x86_64 - - iOS_Mac_ABI - - macOS_arm64_static - - macOS_arm64_mixed - - macOS_x86_64 - runs-on: macos-11 + - iOS_simulator_x86 + - iOS_simulator_arm64 + - macOS_arm64 + - macOS_x86 + runs-on: macos-13 env: SSH_KEY: /tmp/id_rsa OS_NAME: macos