Skip to content

Commit

Permalink
CI: rename ci_linux_arm.yml to ci_linux_armv7.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Jan 31, 2025
1 parent 8156450 commit 6de678c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Linux ARM
name: Linux ARMv7

on: [push]

jobs:
build-linux-arm:
build-linux-armv7:
strategy:
matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ endif() # Mayo_BuildConvCli
add_custom_target(
OtherFiles SOURCES
.github/workflows/ci_linux.yml
.github/workflows/ci_linux_arm.yml
.github/workflows/ci_linux_armv7.yml
.github/workflows/ci_macos.yml
.github/workflows/ci_macos_conda.yml
.github/workflows/ci_windows.yml
Expand Down

0 comments on commit 6de678c

Please sign in to comment.