Skip to content

Commit

Permalink
Fix accessibility tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Dec 18, 2023
1 parent d7445d0 commit d9fec3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/AccessibilityTests/AccessibilityProject/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: "AccessibilityProject",
platforms: [.macOS(.v14)],
platforms: [.macOS(.v13)],
products: [
.executable(
name: "app",
Expand Down

0 comments on commit d9fec3a

Please sign in to comment.