Skip to content

Commit 89985a5

Browse files
authored
Update cmake-multi-platform.yml
remove ARM hosts ubuntu-24.04-arm, ubuntu-22.04-arm until it are available
1 parent 17c179a commit 89985a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
#
2424
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
2525
matrix:
26-
os: [ubuntu-latest, windows-latest, ubuntu-24.04-arm, ubuntu-22.04-arm]
26+
# remove ARM hosts ubuntu-24.04-arm, ubuntu-22.04-arm until it are available
27+
os: [ubuntu-latest, windows-latest]
2728
build_type: [Release]
2829
c_compiler: [gcc, clang, cl]
2930
include:

0 commit comments

Comments
 (0)