Skip to content

Rename msvc_latest job to msvc_vs2022 #64

Rename msvc_latest job to msvc_vs2022

Rename msvc_latest job to msvc_vs2022 #64

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