Skip to content

Commit d816065

Browse files
Update create_release.yaml
1 parent 31bcdf9 commit d816065

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/create_release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ jobs:
2222
matrix:
2323
target_os: ["Linux", "Windows", "macOS", "iOS"]
2424
include:
25-
- target_os: linux
25+
- target_os: Linux
2626
runner_os: ubuntu-latest
2727
libedax_build_command: make libbuild ARCH=x64 COMP=gcc OS=linux
28-
- target_os: windows
28+
- target_os: Windows
2929
runner_os: windows-latest
3030
libedax_build_command: make libbuild ARCH=x64 COMP=gcc OS=windows
31-
- target_os: macos
31+
- target_os: macOS
3232
runner_os: macos-latest
3333
libedax_build_command: make universal_osx_libbuild
34-
- target_os: ios
34+
- target_os: iOS
3535
runner_os: macos-latest
3636
libedax_build_command: make universal_ios_libbuild
3737

0 commit comments

Comments
 (0)