diff --git a/.github/workflows/authorship.yml b/.github/workflows/authorship.yml index 36746ddc..c4198ef5 100644 --- a/.github/workflows/authorship.yml +++ b/.github/workflows/authorship.yml @@ -29,7 +29,7 @@ jobs: path: ${{env.CHECKS_REPO}} - name: Set up stable `alr` - uses: alire-project/setup-alire@v4 + uses: alire-project/setup-alire@v5 with: version: ${{env.ALR_VERSION}} diff --git a/.github/workflows/build-distros.yml b/.github/workflows/build-distros.yml index baf4cca2..79867758 100644 --- a/.github/workflows/build-distros.yml +++ b/.github/workflows/build-distros.yml @@ -54,14 +54,14 @@ 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: 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@v4 + uses: alire-project/setup-alire@v5 with: toolchain: --disable-assistant # We want to use the external ones in this workflow branch: master diff --git a/.github/workflows/build-native-master.yml b/.github/workflows/build-native-master.yml index 4bed4b26..b45f0d6b 100644 --- a/.github/workflows/build-native-master.yml +++ b/.github/workflows/build-native-master.yml @@ -30,9 +30,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: @@ -53,7 +54,7 @@ jobs: path: ${{env.CHECKS_REPO}} - name: Set up devel `alr` - uses: alire-project/setup-alire@v4 + uses: alire-project/setup-alire@v5 with: branch: 'master' diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 1fc3219a..6e522a4e 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -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' diff --git a/.github/workflows/build-ports.yml b/.github/workflows/build-ports.yml index 0162eefa..7308b765 100644 --- a/.github/workflows/build-ports.yml +++ b/.github/workflows/build-ports.yml @@ -50,7 +50,7 @@ jobs: path: ${{env.CHECKS_REPO}} - name: Set up stable `alr` - uses: alire-project/setup-alire@v4 + uses: alire-project/setup-alire@v5 with: version: ${{env.ALR_VERSION}} diff --git a/.github/workflows/check-index.yml b/.github/workflows/check-index.yml index 30c3fcaf..291924c7 100644 --- a/.github/workflows/check-index.yml +++ b/.github/workflows/check-index.yml @@ -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 diff --git a/.github/workflows/diff-release.yml b/.github/workflows/diff-release.yml index 364b599b..ae067e63 100644 --- a/.github/workflows/diff-release.yml +++ b/.github/workflows/diff-release.yml @@ -39,14 +39,14 @@ jobs: - name: Set up stable `alr` if: contains(github.base_ref, 'stable-') - uses: alire-project/setup-alire@v3 + uses: alire-project/setup-alire@v5 with: toolchain: --disable-assistant # We don't need the compiler 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: toolchain: --disable-assistant # We don't need the compiler branch: master diff --git a/index/li/libhello/libhello-1.0.1.toml b/index/li/libhello/libhello-1.0.1.toml index e02288b6..aa2f22da 100644 --- a/index/li/libhello/libhello-1.0.1.toml +++ b/index/li/libhello/libhello-1.0.1.toml @@ -15,4 +15,4 @@ url = "git+https://github.com/alire-project/libhello.git" # We use this crate as a trigger to conveniently test minor changes to # metaprocesses of the CI of the repository itself. -# Last touch: 2024-10-13 13:53 CET +# Last touch: 2025-03-18 21:06 CET