Skip to content

Commit

Permalink
Merge pull request #108 from mattpolzin/update-ci-action-versions
Browse files Browse the repository at this point in the history
Update CI action versions
  • Loading branch information
mattpolzin authored Jan 14, 2023
2 parents 661dfc3 + df7d9d5 commit c5d1e71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ jobs:
container: ${{ matrix.image }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run tests
run: swift test --enable-test-discovery
osx:
runs-on: macOS-latest
steps:
- name: Select latest available Xcode
uses: maxim-lobanov/setup-xcode@v1.2.1
uses: maxim-lobanov/setup-xcode@v1
with: { 'xcode-version': 'latest' }
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run tests
run: swift test --enable-test-discovery

0 comments on commit c5d1e71

Please sign in to comment.