You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dist: trusty is now the default container
os: linux is always true unless otherwise specified in the matrix
only need to specify sudo: false once
Note: if you need sudo: true for a single item in the matrix you can add it to that single matrix line
Note2: if you need a different dist for a single job in the matrix can add it to that single matrix line
Note3: if you need a different os for a single job in the matrix can add it to that single matrix line
no need for all the duplication
0 commit comments