Skip to content

Commit

Permalink
update CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Nov 16, 2023
1 parent c0ef2c2 commit 5d887cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:
- iOS
- macOS
xcode:
- ^13
- ^14
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v4.1.1

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: "swift"

- uses: mxcl/xcodebuild@v1.9.2
- uses: mxcl/xcodebuild@v1.11.0
with:
platform: ${{ matrix.platform }}
xcode: ${{ matrix.xcode }}
Expand Down

0 comments on commit 5d887cf

Please sign in to comment.