Skip to content

Commit

Permalink
Update CI, platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jul 3, 2024
1 parent 1d7e0b8 commit e63c1eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ on:
branches:
- main

env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer

jobs:
test:
name: Test
runs-on: macOS-14
env:
DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer
strategy:
matrix:
destination:
Expand Down
7 changes: 6 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ import PackageDescription

let package = Package(
name: "TextStory",
platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13)],
platforms: [
.macOS(.v10_15),
.macCatalyst(.v13),
.iOS(.v13),
.tvOS(.v13),
],
products: [
.library(name: "TextStory", targets: ["TextStory"]),
.library(name: "TextStoryTesting", targets: ["TextStoryTesting"]),
Expand Down

0 comments on commit e63c1eb

Please sign in to comment.