Skip to content

Commit

Permalink
Build workflow now runs on Linux runner (without iOS build) to save C…
Browse files Browse the repository at this point in the history
…I time. MaxOS runners cost 10x more than Linux and the Kotlin native build takes 10x time to finish.
  • Loading branch information
gerak-cz committed Apr 26, 2024
1 parent c57af4e commit b202467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit b202467

Please sign in to comment.