We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94132b7 commit c86c3acCopy full SHA for c86c3ac
.github/workflows/check.yaml
@@ -6,14 +6,10 @@ on:
6
7
jobs:
8
check:
9
- runs-on: macos-latest
+ runs-on: macos-15 # As of Oct 16, 2024 this is actually later than "latest" and consequently has Swift 6.0.0
10
steps:
11
- uses: actions/checkout@v4
12
13
- - uses: swift-actions/[email protected] # GH actions currently only have Swift 5.10.0
14
- with:
15
- swift-version: "6.0.0"
16
-
17
- name: format
18
run: swiftformat . --lint --reporter github-actions-log
19
0 commit comments