Skip to content

MSVC bytecode 5.5

MSVC bytecode 5.5 #109

name: MSVC bytecode trunk
on:
schedule:
# Every Monday morning, at 4:44 UTC
- cron: '44 4 * * 1'
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/common.yml
with:
runs_on: windows-latest
platform: msvc
compiler_ref: refs/heads/trunk
options: bytecode-only
timeout: 240