Skip to content

Commit

Permalink
Yet another workflow update.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreibh committed Oct 8, 2024
1 parent a70ce98 commit d1e74d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ jobs:
include:

# ====== Ubuntu Linux =============================================
- label: "Ubuntu 24.04 (Focal Fossa): Clang/ARMv8"
- label: "Ubuntu 24.04 (Noble Numbat): Clang/ARMv8"
arch: aarch64
distro: ubuntu24.04
cc: clang
cxx: clang++
- label: "Ubuntu 24.04 (Focal Fossa): GCC/S390x"
- label: "Ubuntu 24.04 (Noble Numbat): GCC/S390x"
arch: s390x
distro: ubuntu24.04
cc: gcc
cxx: g++
- label: "Ubuntu 24.04 (Focal Fossa): GCC/RISC-V"
- label: "Ubuntu 24.04 (Noble Numbat): GCC/RISC-V"
arch: riscv64
distro: ubuntu24.04
cc: gcc
Expand Down

0 comments on commit d1e74d2

Please sign in to comment.