task for kotlinx-benchmark on a macos runner on GitHub Actions. I'm registering
iosSimulatorArm64
with kotlinx-benchmark, but I get an error that says
Cannot locate tasks that match 'benchmarksiosSimulatorArm64Benchmark' as task 'iosSimulatorArm64Benchmark' not found in project ':benchmarks'.
Is there something specific I have to set up in GitHub Actions to get the simulator tasks to work?
r
russhwolf
07/10/2025, 7:09 PM
Are you definitely using an arm64 mac host and not an intel mac? For a while the macos-latest host on actions was still intel but I don't know off-hand if that's still the case
e
eygraber
07/10/2025, 7:13 PM
Yes, but I'm starting to think that kotlinx.benchmarks doesn't support ios. They say they support all native targets, but it looks like they might not support ios.
r
russhwolf
07/10/2025, 7:17 PM
Oh maybe. I haven't actually used kotlinx-benchmark, I was just assuming you had it working locally and the only issue was CI.
e
eygraber
07/10/2025, 7:20 PM
Most of my Apple related issues come from the fact that I use Ubuntu locally 😅
I have a mac mini, but sometimes I just don't want SSH to it.