Skip to content

Commit 5c22eec

Browse files
committed
Implement Slider and Switch components, fix TextField compilation errors, and fix CI workflow
1 parent 99d99ff commit 5c22eec

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ jobs:
2424
include:
2525
- target: iosSimulatorArm64Test
2626
os: macos-latest
27-
- target: jvmTest
28-
os: ubuntu-latest
29-
- target: linuxX64Test
30-
os: ubuntu-latest
27+
- target: iosX64Test
28+
os: macos-latest
3129
runs-on: ${{ matrix.os }}
3230

3331
steps:

0 commit comments

Comments
 (0)