mirror of git://anongit.mindrot.org/openssh.git
Fix labels on targets (dots vs underscores).
This commit is contained in:
parent
4512047f57
commit
4653116c1f
|
@ -12,7 +12,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-16_04, ubuntu-18_04, ubuntu-20.04, macos-10.15, macos-11.0]
|
||||
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11.0]
|
||||
configs: [default, pam]
|
||||
# Then we include any extra configs we want to test for specific VMs.
|
||||
include:
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
|||
- { os: ubuntu-18.04, configs: selinux }
|
||||
- { os: ubuntu-18.04, configs: kitchensink }
|
||||
- { os: ubuntu-18.04, configs: without-openssl }
|
||||
- { os: ubuntu-16_04, configs: kitchensink }
|
||||
- { os: ubuntu-16.04, configs: kitchensink }
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue