Skip to content

Commit 0c0d75f

Browse files
committed
Fix macOS version
1 parent 5169658 commit 0c0d75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
test:
7-
runs-on: macos-13.0
7+
runs-on: macos-13
88
steps:
99
- uses: actions/checkout@v4
1010
- name: Run Tests

0 commit comments

Comments
 (0)