Skip to content

Commit c86c3ac

Browse files
committed
Try workaround described in swift-actions/setup-swift#684 (comment)
1 parent 94132b7 commit c86c3ac

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ on:
66

77
jobs:
88
check:
9-
runs-on: macos-latest
9+
runs-on: macos-15 # As of Oct 16, 2024 this is actually later than "latest" and consequently has Swift 6.0.0
1010
steps:
1111
- uses: actions/checkout@v4
1212

13-
- uses: swift-actions/[email protected] # GH actions currently only have Swift 5.10.0
14-
with:
15-
swift-version: "6.0.0"
16-
1713
- name: format
1814
run: swiftformat . --lint --reporter github-actions-log
1915

0 commit comments

Comments
 (0)