Skip to content

Commit

Permalink
Switch to arm runner (#146)
Browse files Browse the repository at this point in the history
* Switch to arm runner

* Remove yamllint, yamllint is included in ansiblelint
  • Loading branch information
sebdanielsson authored Jan 19, 2025
1 parent eb23c76 commit ba17f20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,17 @@ defaults:
jobs:
lint:
name: Run yaml-lint and ansible-lint
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Run yaml-lint
uses: ibiqlik/[email protected]

- name: Run ansible-lint
uses: ansible/[email protected]

molecule:
name: Molecule Test
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
strategy:
matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaults:
jobs:
release:
name: Publish
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
steps:
- name: Check out the codebase
uses: actions/checkout@v4
Expand Down

0 comments on commit ba17f20

Please sign in to comment.