We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c179a commit 89985a5Copy full SHA for 89985a5
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -23,7 +23,8 @@ jobs:
23
#
24
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
25
matrix:
26
- os: [ubuntu-latest, windows-latest, ubuntu-24.04-arm, ubuntu-22.04-arm]
+ # remove ARM hosts ubuntu-24.04-arm, ubuntu-22.04-arm until it are available
27
+ os: [ubuntu-latest, windows-latest]
28
build_type: [Release]
29
c_compiler: [gcc, clang, cl]
30
include:
0 commit comments