Skip to content

Commit e7a7140

Browse files
committed
macOS tests should be running 6.0
1 parent 8648514 commit e7a7140

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,14 @@ jobs:
4141
name: macOS
4242
env:
4343
UNIDOC_ENABLE_INDEXSTORE: "1"
44-
DEVELOPER_DIR: "/Applications/Xcode_15.3.app/Contents/Developer"
4544

4645
steps:
46+
- name: Install Swift 6.0
47+
uses: tayloraswift/swift-install-action@master
48+
with:
49+
swift-prefix: "swift-6.0-release/xcode/swift-6.0-RELEASE"
50+
swift-id: "swift-6.0-RELEASE"
51+
4752
- name: Checkout repository
4853
uses: actions/checkout@v3
4954

0 commit comments

Comments
 (0)