Skip to content

Commit 343a69b

Browse files
committed
ci: update macos emulator run since macos-12 is not available anymore
1 parent d35a1eb commit 343a69b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci_emulator_run.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ jobs:
8989
run: |
9090
vab test-all
9191
92-
macos-legacy-run-v-examples:
93-
runs-on: macos-12
92+
macos-run-v-examples:
93+
runs-on: macos-15
9494
timeout-minutes: 45
9595
env:
9696
VAB_FLAGS: -cg -f '-d no_load_styles' -v 3 --api 30 --build-tools 33.0.2 --device auto --log-clear --archs x86_64
@@ -108,7 +108,7 @@ jobs:
108108
path: v
109109

110110
- name: Build and install v
111-
run: cd ./v && make -j4 && sudo ./v symlink
111+
run: cd ./v && make && sudo ./v symlink
112112

113113
- name: Checkout vab
114114
uses: actions/checkout@v4

0 commit comments

Comments
 (0)