Skip to content

Commit f754398

Browse files
committed
update GH action for tests
1 parent 9c403d9 commit f754398

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/tests.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
image:
16-
- swift:5.8-bionic
17-
- swift:5.8-focal
18-
- swift:5.8-jammy
19-
- swift:5.8-amazonlinux2
2016
- swift:5.9-focal
2117
- swift:5.9-jammy
2218
- swift:5.9-amazonlinux2
@@ -25,14 +21,15 @@ jobs:
2521
- name: Checkout code
2622
uses: actions/checkout@v3
2723
- name: Run tests
28-
run: swift test --enable-test-discovery
24+
run: swift test
2925
osx:
30-
runs-on: macOS-latest
26+
runs-on: macOS-13
3127
steps:
3228
- name: Select latest available Xcode
3329
uses: maxim-lobanov/setup-xcode@v1
34-
with: { 'xcode-version': 'latest' }
30+
with:
31+
xcode-version: latest
3532
- name: Checkout code
3633
uses: actions/checkout@v3
3734
- name: Run tests
38-
run: swift test --enable-test-discovery
35+
run: swift test

0 commit comments

Comments
 (0)