diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 452fd72..ae8fa30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,15 +102,15 @@ jobs: :bindgen-runtime:linuxX64Test :tck:linuxX64Test - - name: Linux arm64 tests - runner: ubuntu-24.04-arm + - name: Linux arm64 compile + runner: ubuntu-24.04 tasks: >- - :core:linuxArm64Test - :snapshot:linuxArm64Test - :wasi:linuxArm64Test - :bindgen-api:linuxArm64Test - :bindgen-runtime:linuxArm64Test - :tck:linuxArm64Test + :core:compileTestKotlinLinuxArm64 + :snapshot:compileTestKotlinLinuxArm64 + :wasi:compileTestKotlinLinuxArm64 + :bindgen-api:compileTestKotlinLinuxArm64 + :bindgen-runtime:compileTestKotlinLinuxArm64 + :tck:compileTestKotlinLinuxArm64 - name: macOS arm64 tests runner: macos-15 diff --git a/.github/workflows/pinned-conformance.yml b/.github/workflows/pinned-conformance.yml index 1bd8264..5cf1afb 100644 --- a/.github/workflows/pinned-conformance.yml +++ b/.github/workflows/pinned-conformance.yml @@ -33,8 +33,8 @@ jobs: tasks: ":tck:jvmTest :tck:linuxX64Test" - name: Linux arm64 Native id: linux-arm64 - runner: ubuntu-24.04-arm - tasks: ":tck:linuxArm64Test" + runner: ubuntu-24.04 + tasks: ":tck:compileTestKotlinLinuxArm64" - name: macOS arm64 Native id: macos-arm64-ios-simulator runner: macos-15