Skip to content

Commit

Permalink
Trying to run on ubuntu-latest to get details of arch when it works a…
Browse files Browse the repository at this point in the history
…nd when it doesn't

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
  • Loading branch information
gtardif committed Nov 14, 2023
1 parent 6897250 commit 81e4e1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ 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",
]
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions start/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 81e4e1d

Please sign in to comment.