fix: add runs-on
This commit is contained in:
parent
fd20fac5be
commit
8fa572a437
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test_common.yml
vendored
1
.github/workflows/test_common.yml
vendored
|
|
@ -20,6 +20,7 @@ jobs:
|
|||
|
||||
install_docker:
|
||||
if: runner.os == 'macOS'
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: Install Docker
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue