From c3b47550f9ab7a569537e569b0d5dcc216b55fd8 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Sat, 24 May 2025 17:08:28 +0100 Subject: [PATCH 1/2] Try to add a build for linux arm --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 235fd2a..9062485 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, macos-latest, ubuntu-20.04] + os: [windows-latest, macos-latest, ubuntu-20.04, ubuntu-22.04-arm] fail-fast: false steps: - name: Expose GitHub Runtime From 0896ffa8fec1bfdd91367710f7da08ca191466a6 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Sat, 24 May 2025 17:09:55 +0100 Subject: [PATCH 2/2] Update to ubuntu-22.04 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9062485..f10d3de 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, macos-latest, ubuntu-20.04, ubuntu-22.04-arm] + os: [windows-latest, macos-latest, ubuntu-22.04, ubuntu-22.04-arm] fail-fast: false steps: - name: Expose GitHub Runtime