http://3cbzkrvakrpetjjppdwzbzqrlkmzatjs7jbyazap5gwutj32gcltjpqd.onion
So we have now been deploying the following setup (not
always over all the matrix elements though) jobs : ci : strategy : matrix : include : - { name : container , os : ubuntu-latest , container : rocker/r2u4ci } - { name : macos , os : macos-latest } - { name : ubuntu , os : ubuntu-latest } runs-on : ${{ matrix.os }} container : ${{ matrix.container }} GitHub Actions is smart enough to provide NULL for container in the two other cases, so container: ${{ matrix.container }} is ignored...