From c3db66df93050e9e66841d455d54be4408fb3bd6 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Tue, 31 Oct 2023 07:41:54 +0100 Subject: [PATCH] Rename runner (M1) macos-13-xlarge to macos-13-xl --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90be7006e..99acfcb87 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 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 target: iOS_arm64 - - os: macos-13-xlarge + - os: macos-13-xl target: iOS_x86_64 # TODO: iOS cross-compilation on macOS 13 compilation has to be fixed # https://github.com/openzim/libzim/issues/834