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