Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading