Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pinned-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading