Skip to content

Commit cab0456

Browse files
authored
Merge pull request #102 from kkebo/ci-arm64
2 parents d92b2d1 + 48c8612 commit cab0456

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ on:
66
branches: ["main"]
77
jobs:
88
lint:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24.04-arm
1010
container: swift:6.1
1111
steps:
1212
- uses: actions/checkout@v4
1313
- run: swift format lint -rsp .
1414
yamllint:
15-
runs-on: ubuntu-latest
16-
container: alpine:3.21
15+
runs-on: ubuntu-24.04-arm
1716
steps:
1817
- uses: actions/checkout@v4
19-
- run: apk update && apk add yamllint
2018
- run: yamllint --version
2119
- run: yamllint --strict --config-file .yamllint.yml .

0 commit comments

Comments
 (0)