Skip to content

Commit

Permalink
added xcode versions back in
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfroeller committed Mar 9, 2024
1 parent 58670fd commit 8bd3750
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
matrix:
platform:
- iOS
#xcode:
#- ^11
#- ^12
#- ^13
xcode:
- ^11
- ^12
- ^13
# Not supported yet: use maxim-lobanov/setup-xcode@v1
#- ^14
#- ^15
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Xcode Tests
uses: mxcl/xcodebuild@v1
with:
#xcode: ${{ matrix.xcode }}
xcode: ${{ matrix.xcode }}
platform: ${{ matrix.platform }}
action: test # `build`
code-coverage: true # default = `false`
Expand Down

0 comments on commit 8bd3750

Please sign in to comment.