We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d343d5a commit a90e656Copy full SHA for a90e656
.github/workflows/ci.yml
@@ -2,10 +2,10 @@ name: CI
2
on: [push, pull_request]
3
jobs:
4
test:
5
- runs-on: macos-12
+ runs-on: macos-15
6
steps:
7
- uses: actions/checkout@v4
8
- name: Run tests
9
env:
10
- DEVELOPER_DIR: /Applications/Xcode_13.4.1.app
+ DEVELOPER_DIR: /Applications/Xcode_16.4.app
11
run: swift test
0 commit comments