mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Remove all macOS-10.15 related code (#7078)
This commit is contained in:
@@ -3,7 +3,7 @@ source ~/utils/utils.sh
|
||||
|
||||
echo "Install SwiftLint"
|
||||
# SwiftLint now requires Swift 5.6 or higher to build, and macOS 12 or higher to run https://github.com/realm/SwiftLint/releases/tag/0.49.0
|
||||
if is_Less_Monterey; then
|
||||
if is_BigSur; then
|
||||
version="0.48.0"
|
||||
else
|
||||
version="latest"
|
||||
|
||||
Reference in New Issue
Block a user