Skip to content

update workflow

update workflow #65

Workflow file for this run

name: Diff only generate test
on:
push:
branches:
- master
- test/1054
pull_request:
jobs:
generate:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
cxx: [g++-12, g++-13]
exclude:
- os: windows-latest
cxx: g++-13
uses: ./.github/workflows/generate.yml
with:
os: ${{ matrix.os }}
cxx: ${{ matrix.cxx }}