Update to Swift 6
This commit is contained in:
parent
4e54213113
commit
002c3ae5c4
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
runs-on: macos-14
|
||||
runs-on: macos-15
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build Docs
|
||||
|
@ -1,4 +1,4 @@
|
||||
// swift-tools-version: 5.8
|
||||
// swift-tools-version: 6.0
|
||||
//
|
||||
// Package.swift
|
||||
// LevenshteinTransformations
|
||||
|
@ -11,7 +11,6 @@
|
||||
"button-text": "#ffffff",
|
||||
"header": "#323F80",
|
||||
"documentation-intro-accent": "var(--color-header)",
|
||||
"documentation-intro-fill": "radial-gradient(circle at top, var(--color-header) 30%, #000 100%)",
|
||||
"link": "#3490EC",
|
||||
"nav-link-color": "#3490EC",
|
||||
"nav-dark-link-color": "#3490EC",
|
||||
|
Loading…
Reference in New Issue
Block a user