ci: use GitHub-hosted arm64 Linux runners

https://github.com/orgs/community/discussions/148648
This commit is contained in:
Kenta Kubo 2025-04-16 00:06:18 +09:00
parent d92b2d1999
commit 48c8612f2c
No known key found for this signature in database
GPG key ID: 3D79E20285C94BE8

View file

@ -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 .