diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 995846d..e17773a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,16 +6,14 @@ on: branches: ["main"] jobs: lint: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm container: swift:6.1 steps: - uses: actions/checkout@v4 - run: swift format lint -rsp . yamllint: - runs-on: ubuntu-latest - container: alpine:3.21 + runs-on: ubuntu-24.04-arm steps: - uses: actions/checkout@v4 - - run: apk update && apk add yamllint - run: yamllint --version - run: yamllint --strict --config-file .yamllint.yml .