Skip to content

Commit 86e3520

Browse files
committed
Fix macOS CI name
It's not actually using Xcode
1 parent d6639e7 commit 86e3520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- { name: Windows MinGW, os: windows-2022, flags: -GNinja -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ }
1717
- { name: Linux GCC, os: ubuntu-latest }
1818
- { name: Linux Clang, os: ubuntu-latest, flags: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
19-
- { name: MacOS XCode, os: macos-latest }
19+
- { name: macOS, os: macos-latest }
2020
config:
2121
- { name: Shared, flags: -DBUILD_SHARED_LIBS=TRUE }
2222
- { name: Static, flags: -DBUILD_SHARED_LIBS=FALSE }

0 commit comments

Comments
 (0)