Skip to content

Commit b851d94

Browse files
ci: update machine to macOS 15 (#8)
* ci: update machine to macOS 15 * revert: minimum Swift 5.8
1 parent a4d535b commit b851d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
deploy:
18-
runs-on: macos-14
18+
runs-on: macos-15
1919

2020
environment:
2121
name: github-pages

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 6.0
1+
// swift-tools-version: 5.8
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

0 commit comments

Comments
 (0)