Skip to content

Commit

Permalink
[fix] minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dtsiflit committed Oct 4, 2024
1 parent b7edd30 commit a527949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.0'
xcode-version: '15.0'
- uses: actions/checkout@v4
- run:
fastlane tests
2 changes: 1 addition & 1 deletion Tests/Stubs/URL+Stub.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
import Foundation

extension URL: @retroactive Identifiable {}
extension URL: Identifiable {}
extension URL: Stubbable {

public var id: ObjectIdentifier {
Expand Down

0 comments on commit a527949

Please sign in to comment.