Release 4.1.1: publish on macOS to restore Apple/iOS artifacts

This commit is contained in:
2026-06-08 08:37:35 +02:00
parent f60a5c4a86
commit 160d7c8059
5 changed files with 99 additions and 10 deletions

View File

@@ -16,7 +16,10 @@ jobs:
needs: test
name: Publish Production
environment: production
runs-on: ubuntu-latest
# MUST be macOS: Kotlin/Native Apple targets (iosArm64/iosX64/iosSimulatorArm64) can only be
# built on a macOS host. On a Linux runner those tasks are silently skipped, so the iOS klibs
# never get uploaded (the build still goes green) — exactly what happened for 3.1.54.1.0.
runs-on: macos-latest
steps:
- name: Check out code
uses: actions/checkout@v4