Skip to content

Commit

Permalink
Try running on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Feb 23, 2024
1 parent e3d7293 commit 963307a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
instrumentation-tests:

name: Instrumentation tests
runs-on: ubuntu-22.04
# runs-on: ubuntu-22.04
runs-on: macos-12
needs: skip_check
if: ${{ needs.skip_check.outputs.should_skip != 'true' }}
steps:
Expand All @@ -91,11 +92,11 @@ jobs:
distribution: 'adopt'
java-version: '11'

- name: Enable KVM
run: |
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
# - name: Enable KVM
# run: |
# echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
# sudo udevadm control --reload-rules
# sudo udevadm trigger --name-match=kvm

- name: Gradle cache
uses: actions/cache@v2
Expand Down

0 comments on commit 963307a

Please sign in to comment.