Skip to content

Commit 088c3e9

Browse files
authored
Merge pull request #516 from matomo-org/FasterPublicCI-Runner
Faster public CI runner
2 parents c19ae95 + adc2198 commit 088c3e9

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/pull-request-ci.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,22 +83,27 @@ jobs:
8383
strategy:
8484
fail-fast: false
8585
matrix:
86-
os: [ macOS-13 ]
86+
os: [ ubuntu-latest ]
8787
api: [ 30 ]
8888
abi: [ x86_64 ]
8989
tag: [ default ]
9090
needs:
9191
- env-job
9292
steps:
93+
- name: kvm support
94+
run: |
95+
egrep -c '(vmx|svm)' /proc/cpuinfo
96+
id
97+
sudo adduser $USER kvm
98+
sudo chown -R $USER /dev/kvm
99+
id
93100
- uses: actions/checkout@v4
94101
with:
95102
fetch-depth: 0
96103
submodules: true
97104
- name: show envs
98105
run: |
99106
echo ${{ needs.env-job.outputs.modified-branch-name }}
100-
- name: prepare
101-
run: brew install exiftool imagemagick
102107
- name: set up JDK 17
103108
uses: actions/setup-java@v4
104109
with:

0 commit comments

Comments
 (0)