Skip to content

Commit

Permalink
update windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Feb 21, 2024
1 parent 139ffcc commit c992dae
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
name: "Build: Windows"

on: [push, pull_request, workflow_dispatch]
on:
push:
branches:
- master
pull_request:
branches:
- master
types: [opened, synchronize, reopened, closed]

jobs:
build-windows:
runs-on: ${{ matrix.os }} # windows-latest
strategy:
matrix:
# NOTE: Visual Studio 2022 (Build Tools v143; windows-2022) is required
# NOTE: Requires Visual Studio 2022 Build Tools v143 (windows-2022)
os: [windows-2022] # versions: [2019: 10, 2022: 11]
arch:
- amd64
Expand Down

0 comments on commit c992dae

Please sign in to comment.