Skip to content

Commit c73583a

Browse files
committed
Removing platform runner workflows
1 parent 5ff9266 commit c73583a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: swift build
4141
- name: Run tests
4242
run: swift test
43-
swift_tests_latest:
43+
swift_tests_previous:
4444
name: Swift 5.10
4545
runs-on: macos-14
4646
steps:
@@ -58,8 +58,8 @@ jobs:
5858
run: swift build
5959
- name: Run tests
6060
run: swift test
61-
swift_tests_previous:
62-
name: Swift Version ${{ matrix.swift }}
61+
swift_tests_legacy:
62+
name: Swift ${{ matrix.swift }}
6363
strategy:
6464
matrix:
6565
os: [macos-13]

0 commit comments

Comments
 (0)