Skip to content

Commit 5139e4a

Browse files
committed
the packaging script should also be using Swift 6.0
1 parent e7a7140 commit 5139e4a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/package.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ jobs:
1111
macos:
1212
runs-on: macos-14
1313
name: macOS
14-
15-
env:
16-
DEVELOPER_DIR: "/Applications/Xcode_15.3.app/Contents/Developer"
17-
1814
steps:
15+
- name: Install Swift 6.0
16+
uses: tayloraswift/swift-install-action@master
17+
with:
18+
swift-prefix: "swift-6.0-release/xcode/swift-6.0-RELEASE"
19+
swift-id: "swift-6.0-RELEASE"
20+
1921
- name: Checkout repository
2022
uses: actions/checkout@v3
2123

0 commit comments

Comments
 (0)