Skip to content

Commit

Permalink
update GH action for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Nov 6, 2023
1 parent 9c403d9 commit f754398
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
fail-fast: false
matrix:
image:
- swift:5.8-bionic
- swift:5.8-focal
- swift:5.8-jammy
- swift:5.8-amazonlinux2
- swift:5.9-focal
- swift:5.9-jammy
- swift:5.9-amazonlinux2
Expand All @@ -25,14 +21,15 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Run tests
run: swift test --enable-test-discovery
run: swift test
osx:
runs-on: macOS-latest
runs-on: macOS-13
steps:
- name: Select latest available Xcode
uses: maxim-lobanov/setup-xcode@v1
with: { 'xcode-version': 'latest' }
with:
xcode-version: latest
- name: Checkout code
uses: actions/checkout@v3
- name: Run tests
run: swift test --enable-test-discovery
run: swift test

0 comments on commit f754398

Please sign in to comment.