diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90be7006e..81a3a4aa4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - macos-11 - macos-12 - macos-13 - - macos-13-xlarge + - macos-13-xl-arm64 target: - native_dyn - iOS_arm64 @@ -26,9 +26,9 @@ jobs: target: iOS_arm64 - os: macos-11 target: iOS_x86_64 - - os: macos-13-xlarge + - os: macos-13-xl-arm64 target: iOS_arm64 - - os: macos-13-xlarge + - os: macos-13-xl-arm64 target: iOS_x86_64 # TODO: iOS cross-compilation on macOS 13 compilation has to be fixed # https://github.com/openzim/libzim/issues/834