Skip to content

Commit f5de33d

Browse files
committed
Revert names
1 parent be238a6 commit f5de33d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Tests on Swift ${{ matrix.swift }} with Xcode ${{ matrix.xcode_version }}
1+
name: Tests
22

33
on:
44
push:
@@ -15,7 +15,7 @@ jobs:
1515
swift: ["5.8.1", "5.9.2", "5.10.0"]
1616
env:
1717
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode_version }}.app/Contents/Developer"
18-
runs-on: macos-14
18+
runs-on: macos-13
1919
steps:
2020
- uses: SwiftyLab/setup-swift@latest
2121
with:

0 commit comments

Comments
 (0)