feat: testing on Ubuntu aarch64 (#1441)

* Enable testing in Ubuntu ARM

* Bump setup-alire
This commit is contained in:
Alejandro R Mosteo
2025-03-18 21:29:50 +01:00
committed by GitHub
parent 1e7da33757
commit f189c45bd9
8 changed files with 18 additions and 16 deletions
+5 -4
View File
@@ -27,9 +27,10 @@ jobs:
fail-fast: false
matrix:
os:
- macos-13 # amd64
- macos-latest # arm64
- macos-13 # amd64
- macos-latest # arm64
- ubuntu-latest
- ubuntu-24.04-arm
- windows-latest
steps:
@@ -52,14 +53,14 @@ jobs:
# By default, this also sets up the newest indexed native toolchain
- name: Set up stable `alr`
if: contains(github.base_ref, 'stable-')
uses: alire-project/setup-alire@v4
uses: alire-project/setup-alire@v5
with:
version: ${{env.ALR_VERSION}}
# By default, this also sets up the newest indexed native toolchain
- name: Set up devel `alr`
if: contains(github.base_ref, 'devel-')
uses: alire-project/setup-alire@v4
uses: alire-project/setup-alire@v5
with:
branch: 'master'