From a0122304934f85ef8a83d6b595d7126a8a9c3b51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 15:04:16 +0000 Subject: [PATCH] ci(deps): update dependency ubuntu to v26 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42aa453380..2a465700c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -148,7 +148,7 @@ jobs: os: ubuntu-24.04 tag: amd64 - name: aarch64 - os: ubuntu-24.04-arm + os: ubuntu-26.04-arm tag: arm64 steps: @@ -215,7 +215,7 @@ jobs: # test old distros on arm64 base-arm64: - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-26.04-arm needs: - bats - lint @@ -291,7 +291,7 @@ jobs: os: ubuntu-24.04 tag: amd64 - name: aarch64 - os: ubuntu-24.04-arm + os: ubuntu-26.04-arm tag: arm64 # include: # # no ubuntu arm64 support for haskell