From e77fe22c4824486246460454920f9c4092d32c6a Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 8 Sep 2026 11:00:40 +0200 Subject: [PATCH] fix(ci): runs-on ubuntu-latest-amd64 --- .gitea/workflows/ansible-linters.yaml | 2 +- .gitea/workflows/molecule.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.