Skip to content

Commit 011920c

Browse files
committed
Update GitHub Actions runner and add desktop reports
This commit updates the `runs-on` property in the `web.yml` workflow from `ubuntu-latest` to `macos-latest`. It also adds `app/desktop/build/reports` to the artifact paths in the `kmp.yml` workflow.
1 parent 21b4c16 commit 011920c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/kmp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
path: |
4444
shared/build/reports
4545
app/android/build/reports
46+
app/desktop/build/reports
4647
4748
android_ui_test_job:
4849
name: Android UI-tests on emulator

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121

2222
jobs:
2323
build:
24-
runs-on: ubuntu-latest
24+
runs-on: macos-latest
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v4

0 commit comments

Comments
 (0)