Skip to content

Commit

Permalink
Linux CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jun 24, 2024
1 parent 1981319 commit caa97d7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,26 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macOS-13 ]
os: [ ubuntu-latest ]
api: [ 28 ]
abi: [ x86_64 ]
tag: [ 'default' ]
include:
# - api: 31
# abi: x86_64
# tag: 'google_apis'
- os: macOS-13
- os: ubuntu-latest
api: 30
abi: x86_64
tag: 'google_apis'
steps:
- name: kvm support
run: |
egrep -c '(vmx|svm)' /proc/cpuinfo
id
sudo adduser $USER kvm
sudo chown -R $USER /dev/kvm
id
- name: Checkout
uses: actions/checkout@v3
- name: Install JDK
Expand Down

0 comments on commit caa97d7

Please sign in to comment.