Skip to content

Commit f148456

Browse files
committed
ci: pin swift 6.2 toolchain
1 parent 1fd8384 commit f148456

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
runs-on: macos-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
- name: Set up Swift 6.2
13+
uses: swift-actions/setup-swift@v2
14+
with:
15+
swift-version: "6.2"
1216
- name: Build
1317
run: swift build
1418
- name: Test

0 commit comments

Comments
 (0)