job with multiple combinations of different options. This is beneficial for building on different platforms or versions.
jobs: example_matrix: strategy: matrix: version: [10, 12, 14] os: [ubuntu-latest, windows-latest]
Matrix Limit (Max 256 jobs per workflow run) ↩