mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-03-02 04:40:40 +00:00
Fix labels on targets (dots vs underscores).
This commit is contained in:
parent
4512047f57
commit
4653116c1f
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
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]
|
configs: [default, pam]
|
||||||
# Then we include any extra configs we want to test for specific VMs.
|
# Then we include any extra configs we want to test for specific VMs.
|
||||||
include:
|
include:
|
||||||
@ -26,7 +26,7 @@ jobs:
|
|||||||
- { os: ubuntu-18.04, configs: selinux }
|
- { os: ubuntu-18.04, configs: selinux }
|
||||||
- { os: ubuntu-18.04, configs: kitchensink }
|
- { os: ubuntu-18.04, configs: kitchensink }
|
||||||
- { os: ubuntu-18.04, configs: without-openssl }
|
- { os: ubuntu-18.04, configs: without-openssl }
|
||||||
- { os: ubuntu-16_04, configs: kitchensink }
|
- { os: ubuntu-16.04, configs: kitchensink }
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user