Skip to content

Commit

Permalink
feat: support all Tier 2 KMP targets
Browse files Browse the repository at this point in the history
Refers to charleskorn#628
  • Loading branch information
Ronny Bräunlich committed Oct 15, 2024
1 parent 598443f commit 9d2348c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- os: windows-latest
tasks: mingwX64Test
- os: macos-13
tasks: macosX64Test iosX64Test
tasks: macosX64Test iosX64Test tvosX64Test watchosX64Test
- os: macos-latest
tasks: macosArm64Test iosSimulatorArm64Test
tasks: macosArm64Test iosSimulatorArm64Test tvosX64Test watchosSimulatorArm64Test
runs-on: ${{ matrix.os }}
name: Test on ${{ matrix.os }}
steps:
Expand Down
7 changes: 7 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ kotlin {
linuxX64()
linuxArm64()
iosArm64()
watchosSimulatorArm64()
watchosX64()
watchosArm32()
watchosArm64()
tvosSimulatorArm64()
tvosX64()
tvosArm64()

// Tier 3
mingwX64()
Expand Down

0 comments on commit 9d2348c

Please sign in to comment.