[openssh-commits] [openssh] 01/01: Fix labels on targets (dots vs underscores).
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Feb 18 09:52:35 AEDT 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 4653116c1f5384ea7006e6396d9b53c33d218975
Author: Darren Tucker <dtucker at dtucker.net>
Date: Thu Feb 18 09:51:18 2021 +1100
Fix labels on targets (dots vs underscores).
---
.github/workflows/c-cpp.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 36e4c14b..ca47ff6e 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -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 at v2
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list