Skip to content

Commit a90e656

Browse files
committed
update CI to macOS 15
1 parent d343d5a commit a90e656

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-12
5+
runs-on: macos-15
66
steps:
77
- uses: actions/checkout@v4
88
- name: Run tests
99
env:
10-
DEVELOPER_DIR: /Applications/Xcode_13.4.1.app
10+
DEVELOPER_DIR: /Applications/Xcode_16.4.app
1111
run: swift test

0 commit comments

Comments
 (0)