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
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,14 @@ jobs:
ctt_backend: ASM
host: ubuntu-latest

# ASM code for ARM Linux is not available yet
- os: linux
cpu: arm64
ctt_backend: NO_ASM
host: ubuntu-22.04-arm
host: ubuntu-24.04-arm
- os: linux
cpu: arm64
ctt_backend: ASM
host: ubuntu-24.04-arm

- os: windows
cpu: amd64
Expand Down
Loading