Skip to content

Commit

Permalink
Use linux as publishing host (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd authored Dec 8, 2024
1 parent 9c7225c commit a5c4440
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ updates:
interval: "daily"
assignees:
- "hfhbd"
rebase-strategy: "disabled"
registries:
- google
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
build:
runs-on: macos-latest
runs-on: ubuntu-latest

environment:
name: CD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
dependency-submission:
runs-on: macos-latest
runs-on: ubuntu-latest

permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
group=app.softwork
android.useAndroidX=true
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.native.enableKlibsCrossCompilation=true
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ androidx-test-runner = { module = "androidx.test:runner", version = "1.6.2" }

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
android = { id = "com.android.application", version = "8.7.3" }
binary = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.3" }
Expand Down

0 comments on commit a5c4440

Please sign in to comment.