Skip to content

Commit

Permalink
Reducing Swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrodputman committed Jul 9, 2023
1 parent a327e29 commit 2d422f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/RunTests-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [macos-13, ubuntu-latest]
swift: ["5.9"]
swift: ["5.8"]
runs-on: ${{ matrix.os }}
steps:
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// swift-tools-version:5.9
// swift-tools-version:5.8

import PackageDescription

let package = Package(
name: "SwiftNES",
platforms: [.macOS(.v13), .iOS(.v17), .tvOS(.v17)],
platforms: [.macOS(.v13), .iOS(.v16), .tvOS(.v16)],
products: [
.library(
name: "SwiftNES",
Expand Down

0 comments on commit 2d422f0

Please sign in to comment.