From d44b774c567d5065f4143b57e3483d4303a9fa43 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:40:04 +0100 Subject: [PATCH] ci: test ubuntu arm64 runners --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afc3023..9444090 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: matrix: os: - ubuntu-latest + - ubuntu-24.04-arm #- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317 - macos-13 - windows-latest @@ -51,6 +52,7 @@ jobs: matrix: os: - ubuntu-latest + - ubuntu-24.04-arm #- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317 - macos-13 - windows-latest @@ -72,6 +74,7 @@ jobs: matrix: os: - ubuntu-latest + - ubuntu-24.04-arm #- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317 - macos-13 - windows-latest @@ -99,6 +102,7 @@ jobs: matrix: os: - ubuntu-latest + - ubuntu-24.04-arm #- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317 - macos-13 - windows-latest @@ -279,6 +283,7 @@ jobs: matrix: os: - ubuntu-latest + - ubuntu-24.04-arm #- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317 - macos-13 - windows-latest