diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml
index 55a4c7f..4b575a9 100644
--- a/.github/workflows/documentation.yml
+++ b/.github/workflows/documentation.yml
@@ -22,7 +22,7 @@ jobs:
# Must be set to this for deploying to GitHub Pages
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
- runs-on: macos-12
+ runs-on: macos-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
@@ -33,7 +33,8 @@ jobs:
--transform-for-static-hosting \
--hosting-base-path HPNetwork \
--output-path ./docs
- echo "" > docs/index.html
+ - name: Fix Root Path
+ run: echo "" > docs/index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
diff --git a/.swift-version b/.swift-version
index 9ad974f..760606e 100644
--- a/.swift-version
+++ b/.swift-version
@@ -1 +1 @@
-5.5
+5.7
diff --git a/.swiftformat b/.swiftformat
deleted file mode 100644
index cc13ef9..0000000
--- a/.swiftformat
+++ /dev/null
@@ -1,2 +0,0 @@
---disable blankLinesAtEndOfScope,blankLinesAtStartOfScope
---enable blankLinesBetweenImports