Skip to content

Commit 4073626

Browse files
committed
Use xcode 13
1 parent d6690d2 commit 4073626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
on: [push, pull_request]
33
jobs:
44
test:
5-
runs-on: macOS-10.15
5+
runs-on: macOS-11
66
steps:
77
- uses: actions/checkout@v3
88
- name: Run tests
99
env:
10-
DEVELOPER_DIR: /Applications/Xcode_12.3.app
10+
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app
1111
run: swift test

0 commit comments

Comments
 (0)