Skip to content

Commit 412ce20

Browse files
authored
ci: update macOS CI with latest swift 6 (#121)
1 parent 5916d93 commit 412ce20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
{
4444
"os": "macos-latest",
4545
"language": "swift",
46-
"swift": "6.0.0"
46+
"swift": "latest"
4747
}
4848
]
4949
}
@@ -77,7 +77,7 @@ jobs:
7777
},
7878
{
7979
"os": "macos-latest",
80-
"swift": "6.0.0"
80+
"swift": "latest"
8181
}
8282
]
8383
}
@@ -90,7 +90,7 @@ jobs:
9090
platform: ['macOS', 'iOS']
9191
with:
9292
os: macos-latest
93-
swift: 6.0.0
93+
swift: latest
9494
platforms: ${{ matrix.platform }}
9595

9696
ci:
@@ -111,7 +111,7 @@ jobs:
111111
needs: [analyze, spell-check, swift-package-test, cocoapods-test, ci]
112112
uses: SwiftyLab/ci/.github/workflows/cd.yml@main
113113
with:
114-
swift: '6.0.0'
114+
swift: latest
115115
version: ${{ github.event.inputs.version }}
116116
secrets:
117117
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}

0 commit comments

Comments
 (0)