diff options
author | Darren Tucker <dtucker@dtucker.net> | 2022-11-26 23:16:15 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2022-11-26 23:16:15 +0100 |
commit | c9d9fcad2a11c1cd1550a541f44091d65f0b5584 (patch) | |
tree | e4d7c0dd8794732c18a98cde8d46accf373b7ece /.github/workflows/selfhosted.yml | |
parent | Add fallback for old platforms w/out MAP_ANON. (diff) | |
download | openssh-c9d9fcad2a11c1cd1550a541f44091d65f0b5584.tar.xz openssh-c9d9fcad2a11c1cd1550a541f44091d65f0b5584.zip |
Remove explicit "default" test config argument.
Not specifying the test config implicitly selects default args.
Diffstat (limited to '.github/workflows/selfhosted.yml')
-rw-r--r-- | .github/workflows/selfhosted.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 39ffc8baa..b4103f9da 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -50,8 +50,6 @@ jobs: - sol10 - sol11 - win10 - configs: - - default # Then we include any extra configs we want to test for specific VMs. include: - { os: ARM64, configs: pam } |