From c75c202d69928fb565bcb6033cdeebe6664bd88e Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Sun, 27 Oct 2024 09:37:58 -0400 Subject: [PATCH] four --- .github/workflows/feature.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index 6ef9fb2..1f9246f 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -11,23 +11,25 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] include: - os: ubuntu-latest name: linux dir_build: ./build file_name: clap-info + - os: macos-latest name: mac-universal dir_build: ./build file_name: clap-info cmake_args: -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" + - os: windows-latest 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 name: win-arm64ec dir_build: ./build/Release