Skip to content

Commit

Permalink
Run the workflow on Ubuntu instead to save minutes
Browse files Browse the repository at this point in the history
macOS has a high multiplier 10.
  • Loading branch information
ShreckYe authored Nov 4, 2024
1 parent 03fde8f commit 3548690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kotlin-multiplatform-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
check:

runs-on: macos-latest
runs-on: ubuntu-latest
permissions:
contents: read

Expand All @@ -29,7 +29,7 @@ jobs:

dependency-submission:

runs-on: macos-latest
runs-on: ubuntu-latest
permissions:
contents: write

Expand Down

0 comments on commit 3548690

Please sign in to comment.