From 48c8612f2c86ab9acbfae9726beb66a880ce2d07 Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Wed, 16 Apr 2025 00:06:18 +0900 Subject: [PATCH] ci: use GitHub-hosted arm64 Linux runners https://github.com/orgs/community/discussions/148648 --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 .