feat: testing on Ubuntu aarch64 (#1441)
* Enable testing in Ubuntu ARM * Bump setup-alire
This commit is contained in:
committed by
GitHub
parent
1e7da33757
commit
f189c45bd9
@@ -13,13 +13,13 @@ jobs:
|
||||
|
||||
- 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}}
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user