From 6ba3e5cce9c2ea48d29fb467e2caa4ae9773fbbb Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Tue, 14 Nov 2023 13:56:01 +0100 Subject: [PATCH] Trying to run on ubuntu-latest to get details of arch when it works and when it doesn't Signed-off-by: Guillaume Tardif --- .github/workflows/ci.yaml | 9 +++++++-- start/action.yml | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 21790e5..ca4bbcd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,8 +11,13 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu22_16cores_64gb ] #, macos-latest ] - build-url: [ "latest", "https://desktop.docker.com/linux/main/amd64/122432/docker-desktop-4.24.0-amd64.deb" ] + os: [ubuntu-latest] #, macos-latest ] + build-url: + [ + "latest", + "https://desktop.docker.com/linux/main/amd64/122432/docker-desktop-4.24.0-amd64.deb", + ] + fail-fast: false timeout-minutes: 20 steps: - uses: actions/checkout@v4 diff --git a/start/action.yml b/start/action.yml index 87e8619..7667c54 100644 --- a/start/action.yml +++ b/start/action.yml @@ -131,6 +131,7 @@ runs: if: runner.os == 'Linux' shell: bash run: | + cat /proc/cpuinfo egrep '(vmx|svm)' /proc/cpuinfo # https://github.blog/changelog/2023-02-23-hardware-accelerated-android-virtualization-on-actions-windows-and-linux-larger-hosted-runners/