File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 66 branches : ["main"]
77jobs :
88 build-linux :
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-24.04-arm
1010 container : swiftlang/swift:nightly-main-noble
1111 steps :
1212 - uses : actions/checkout@v4
13- - run : apt-get update && apt-get install --no-install-recommends -y make llvm-19
13+ - run : apt-get update && apt-get install --no-install-recommends -y make
1414 - run : swift --version
15- - run : make OBJCOPY=llvm- objcopy-19
15+ - run : make OBJCOPY=objcopy
1616 lint :
17- runs-on : ubuntu-latest
17+ runs-on : ubuntu-24.04-arm
1818 container : swiftlang/swift:nightly-main-noble
1919 steps :
2020 - uses : actions/checkout@v4
2121 - run : swift --version
2222 - run : swift format lint --enable-experimental-feature InlineArrayTypeSugar -rp .
2323 yamllint :
24- runs-on : ubuntu-latest
25- container : alpine:3.21
24+ runs-on : ubuntu-24.04-arm
2625 steps :
2726 - uses : actions/checkout@v4
28- - run : apk update && apk add yamllint
2927 - run : yamllint --version
3028 - run : yamllint --strict --config-file .yamllint.yml .
You can’t perform that action at this time.
0 commit comments