obsdsnap test VMs runs-on libvirt too.

This commit is contained in:
Darren Tucker 2022-12-13 20:59:54 +11:00
parent 8386886fb1
commit 5f93c48365
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ on:
jobs: jobs:
selfhosted: selfhosted:
if: github.repository == 'openssh/openssh-portable-selfhosted' if: github.repository == 'openssh/openssh-portable-selfhosted'
runs-on: ${{ matrix.target }} runs-on: 'libvirt'
env: env:
HOST: 'libvirt' HOST: 'libvirt'
TARGET_HOST: ${{ matrix.target }} TARGET_HOST: ${{ matrix.target }}