Skip to content

Commit

Permalink
Remove iOS X64 simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Sep 25, 2023
1 parent 6acf341 commit 2523b31
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- publishIosArm64PublicationToOSSRHRepository
- publishIosX64PublicationToOSSRHRepository
- publishIosSimulatorArm64PublicationToOSSRHRepository
- publishIosSimulatorX64PublicationToOSSRHRepository
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
- publishIosArm64PublicationToOSSRHRepository
- publishIosX64PublicationToOSSRHRepository
- publishIosSimulatorArm64PublicationToOSSRHRepository
- publishIosSimulatorX64PublicationToOSSRHRepository
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ kotlin {
val iosTest by getting { dependsOn(nativeTest) }

val iosSimulatorArm64Main by getting { dependsOn(iosMain) }
val iosSimulatorArm64Test by getting { dependsOn(iosTest) }
// val iosSimulatorArm64Test by getting { dependsOn(iosTest) }

// // Apple - tvOS
// val tvosMain by getting { dependsOn(nativeMain) }
Expand Down

0 comments on commit 2523b31

Please sign in to comment.