Skip to content

Commit 3a41e5c

Browse files
committed
Update workflow
1 parent 6379061 commit 3a41e5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ on: [push]
33
jobs:
44
test:
55
name: Test
6-
runs-on: macOS-13
6+
runs-on: macOS-15
77
timeout-minutes: 5
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
- name: Run tests
1212
run: swift test

0 commit comments

Comments
 (0)