Skip to content

Explicitly request VS2022 in msvc_latest job #63

Explicitly request VS2022 in msvc_latest job

Explicitly request VS2022 in msvc_latest job #63

Workflow file for this run

################################################################################
# Push workflow running on a push to any branch
################################################################################
name: Push
on:
push:
branches:
- '**'
jobs:
build_x86:
uses: ./.github/workflows/build.yml
with:
arch: x86
type: Release
build_x64:
uses: ./.github/workflows/build.yml
with:
arch: x64
type: Release