fix: bump workflow runners and actions (#1245)

Due to https://github.com/actions/runner-images/issues/10721
This commit is contained in:
Alejandro R Mosteo
2024-10-13 14:59:28 +02:00
committed by GitHub
parent 2d813ef507
commit eeb8fa95cf
8 changed files with 18 additions and 15 deletions
+2 -2
View File
@@ -54,14 +54,14 @@ jobs:
- name: Set up stable `alr`
if: contains(github.base_ref, 'stable-')
uses: alire-project/setup-alire@v3
uses: alire-project/setup-alire@v4
with:
toolchain: --disable-assistant # We want to use the external ones in this workflow
version: ${{env.ALR_VERSION}}
- name: Set up devel `alr`
if: contains(github.base_ref, 'devel-')
uses: alire-project/setup-alire@v3
uses: alire-project/setup-alire@v4
with:
toolchain: --disable-assistant # We want to use the external ones in this workflow
branch: master