diff --git a/.gitea/workflows/ansible-linters.yaml b/.gitea/workflows/ansible-linters.yaml index 621e840..a9aea56 100644 --- a/.gitea/workflows/ansible-linters.yaml +++ b/.gitea/workflows/ansible-linters.yaml @@ -10,7 +10,7 @@ on: jobs: ansible-lint: runs-on: - - ubuntu-latest-amd64 + - ubuntu-latest steps: - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: Run ansible-lint diff --git a/.gitea/workflows/molecule.yaml b/.gitea/workflows/molecule.yaml index 859079c..2592695 100644 --- a/.gitea/workflows/molecule.yaml +++ b/.gitea/workflows/molecule.yaml @@ -13,7 +13,7 @@ permissions: jobs: molecule: name: Molecule - runs-on: ubuntu-latest + runs-on: ubuntu-latest-amd64 steps: # 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.