From 7264df28b43fae4e2af54c33f7917e28fa335cdf Mon Sep 17 00:00:00 2001 From: Konstantin Khlebnikov Date: Sat, 18 Jan 2025 12:32:16 +0100 Subject: [PATCH] Try arm64 --- .github/workflows/ci.yaml | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 03c96e1..d1f5e9f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,15 +14,11 @@ jobs: # https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job - os: ubuntu-latest - - os: ubuntu-latest - image: ubuntu:20.04 - os: ubuntu-latest image: ubuntu:22.04 - os: ubuntu-latest image: ubuntu:24.04 - - os: ubuntu-latest - image: fedora:40 - os: ubuntu-latest image: fedora:41 - os: ubuntu-latest @@ -33,6 +29,23 @@ jobs: - os: ubuntu-latest image: debian:12 + - os: ubuntu-24.04-arm + + # - os: ubuntu-24.04-arm + # image: ubuntu:22.04 + - os: ubuntu-24.04-arm + image: ubuntu:24.04 + + - os: ubuntu-24.04-arm + image: debian:11 + - os: ubuntu-24.04-arm + image: debian:12 + + - os: ubuntu-24.04-arm + image: fedora:41 + - os: ubuntu-24.04-arm + image: fedora:42 + - os: macos-13 - os: macos-14 - os: macos-15