fix(ci): runs-on ubuntu-latest-amd64
This commit is contained in:
@@ -10,7 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
ansible-lint:
|
ansible-lint:
|
||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest-amd64
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
molecule:
|
molecule:
|
||||||
name: Molecule
|
name: Molecule
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest-amd64
|
||||||
steps:
|
steps:
|
||||||
# The scenario includes the role by its name, so the directory must be named like the role and not like the
|
# The scenario includes the role by its name, so the directory must be named like the role and not like the
|
||||||
# repository. Its parent is used as roles path.
|
# repository. Its parent is used as roles path.
|
||||||
|
|||||||
Reference in New Issue
Block a user