Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 73913e8

Browse files
committed
Cleanup in changelog, GitHub CI config + manifest
1 parent 6f86cef commit 73913e8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: swift test -v
2828

2929
test-macos:
30-
runs-on: macOS-latest
30+
runs-on: macos-11
3131

3232
steps:
3333
- uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
77
### Added
88
- None.
99
### Changed
10-
- Allowed to change the baseUrl.
10+
- Made the `baseUrl` parameter of `ApiProvider` editable.
1111
### Deprecated
1212
- None.
1313
### Removed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PackageDescription
33

44
let package = Package(
55
name: "Microya",
6-
platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13)],
6+
platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6)],
77
products: [
88
.library(name: "Microya", targets: ["Microya"])
99
],

0 commit comments

Comments
 (0)