Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Oct 27, 2024
1 parent 22b5216 commit e1e968f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ jobs:
dir_build: ./build
file_name: clap-info
- os: macos-latest
name: mac
name: mac-universal
dir_build: ./build
file_name: clap-info
cmake_args: -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64"
- os: windows-latest
name: win
name: win-x64
dir_build: ./build/Release
file_name: clap-info
file_ext: .exe
cmake_args: -G"Visual Studio 17 2022" -A x64
- os: windows-latest-arm64ec
name: win
name: win-arm64ec
dir_build: ./build/Release
file_name: clap-info
file_ext: .exe
Expand Down

0 comments on commit e1e968f

Please sign in to comment.