This commit is contained in:
parent
3922222a12
commit
b7f4bec668
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ on:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: [moon, amd64]
|
||||
runs-on: [dev, amd64]
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
@ -10,7 +10,7 @@ on:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: [moon, amd64]
|
||||
runs-on: [dev, amd64]
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Reference in a new issue