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
+4 -3
View File
@@ -27,7 +27,8 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- macos-13 # amd64
- macos-latest # arm64
- ubuntu-latest
- windows-latest
@@ -51,14 +52,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@v3
uses: alire-project/setup-alire@v4
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@v3
uses: alire-project/setup-alire@v4
with:
branch: 'master'