Skip to content

Commit 6512e29

Browse files
committed
back to macos
1 parent cf1ee11 commit 6512e29

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@ on:
1010

1111
jobs:
1212
test:
13-
runs-on: ubuntu-latest
13+
runs-on: macos-latest
1414

1515
steps:
1616
- name: Checkout repo
1717
uses: actions/checkout@v4
1818

19-
- name: Lint PR code
20-
uses: norio-nomura/[email protected]
21-
env:
22-
DIFF_BASE: ${{ github.base_ref }}
19+
- name: Lint code
20+
run: swiftlint lint
2321

2422
- name: Run tests
2523
run: swift test

0 commit comments

Comments
 (0)