From caa97d7e9362e8468fe012a15c2cc5b132476294 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Mon, 24 Jun 2024 15:47:15 +0200 Subject: [PATCH 1/3] Linux CI runner --- .github/workflows/pull-request.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 33a99ff..c53c102 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ macOS-13 ] + os: [ ubuntu-latest ] api: [ 28 ] abi: [ x86_64 ] tag: [ 'default' ] @@ -21,11 +21,18 @@ jobs: # - 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 From dfc9f19ee8026bf5bdc2e2d1a92a849434321373 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Mon, 24 Jun 2024 15:49:46 +0200 Subject: [PATCH 2/3] Job check with arm64 --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c53c102..e1c3a68 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -72,7 +72,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ macOS-13 ] + os: [ macOS-14 ] steps: - name: Checkout uses: actions/checkout@v3 From 8bd027ac50bf7c5137b24cc7af5d4de799d6b2f2 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Mon, 24 Jun 2024 15:54:36 +0200 Subject: [PATCH 3/3] Job check with ubuntu --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e1c3a68..18c615e 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -72,7 +72,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ macOS-14 ] + os: [ ubuntu-latest ] steps: - name: Checkout uses: actions/checkout@v3