From 05182479a2a62e04300386b4da18be02fcb819b5 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 24 Mar 2025 19:26:52 -0700 Subject: [PATCH] Added ARM to CI [skip ci] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0a0cb0..e58c3b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,11 +13,11 @@ jobs: - postgres: 17 os: ubuntu-24.04 - postgres: 16 - os: ubuntu-24.04 + os: ubuntu-24.04-arm - postgres: 15 os: ubuntu-22.04 - postgres: 14 - os: ubuntu-22.04 + os: ubuntu-22.04-arm - postgres: 13 os: ubuntu-22.04 steps: