Skip to content

Commit 3548690

Browse files
authored
Run the workflow on Ubuntu instead to save minutes
macOS has a high multiplier 10.
1 parent 03fde8f commit 3548690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kotlin-multiplatform-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
check:
1111

12-
runs-on: macos-latest
12+
runs-on: ubuntu-latest
1313
permissions:
1414
contents: read
1515

@@ -29,7 +29,7 @@ jobs:
2929

3030
dependency-submission:
3131

32-
runs-on: macos-latest
32+
runs-on: ubuntu-latest
3333
permissions:
3434
contents: write
3535

0 commit comments

Comments
 (0)