Skip to content

Commit 05b385b

Browse files
committed
Remove macos from workflow for now
1 parent 22a7a55 commit 05b385b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
#
2828
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
2929
matrix:
30-
os: [ubuntu-latest, macos-latest]
30+
os: [ubuntu-latest]
3131
c_compiler: [gcc, clang]
3232
f_compiler: [gfortran]
3333
# exclude:

0 commit comments

Comments
 (0)