Skip to content

Commit

Permalink
Merge pull request #5 from niscy-eudiw/feature/xcode-15-swift-5-8
Browse files Browse the repository at this point in the history
[fix] updated swuft in package to 5.8
  • Loading branch information
dtsiflit authored Sep 25, 2023
2 parents 7ea1875 + f5145d7 commit 31ca39a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-eudi-lib-sdjwt-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
tags: [ v* ]
jobs:
build:
runs-on: "macos-latest"
runs-on: "macos-13"
steps:
- uses: actions/checkout@v4
- run:
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.7.1
// swift-tools-version: 5.8
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ default_platform(:ios)
platform :ios do
desc "Runs unit tests"
lane :tests do

params = {
package_path: '.',
scheme: 'eudi-lib-sdjwt-swift',
Expand Down

0 comments on commit 31ca39a

Please sign in to comment.