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:
|
install_docker:
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue