Skip to content

Commit 32c102a

Browse files
committed
ci: use swift 6.0
1 parent b52dc72 commit 32c102a

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

.github/workflows/swift.yml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,17 @@ name: Swift
55

66
on:
77
push:
8-
branches: [ "main" ]
8+
branches: ["main"]
99
pull_request:
10-
branches: [ "main" ]
10+
branches: ["main"]
1111

1212
jobs:
1313
build:
14-
1514
runs-on: macos-latest
15+
1616
steps:
17-
- uses: actions/checkout@v4
18-
- name: Set up Swift 6.2.0
19-
uses: swift-actions/setup-swift@v1
20-
with:
21-
swift-version: '6.2.0'
22-
- name: Verify Swift
23-
run: swift --version
24-
- name: Build
25-
run: swift build -v
26-
- name: Run tests
27-
run: swift test -v
17+
- uses: actions/checkout@v4
18+
- name: Build
19+
run: swift build -v
20+
- name: Run tests
21+
run: swift test -v

0 commit comments

Comments
 (0)