Skip to content

Commit

Permalink
Merge pull request #7 from niscy-eudiw/feature/ci-xcode-version
Browse files Browse the repository at this point in the history
[fix] use in ci specifix xcode version
  • Loading branch information
dtsiflit authored Sep 26, 2023
2 parents 4ad0aab + 7d609a2 commit 913ce26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-eudi-lib-sdjwt-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
build:
runs-on: "macos-13"
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3.1'
- uses: actions/checkout@v4
- run:
fastlane tests

0 comments on commit 913ce26

Please sign in to comment.