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 2922652 commit 5169658Copy full SHA for 5169658
.github/workflows/swift.yml
@@ -4,9 +4,7 @@ on: [push]
4
5
jobs:
6
test:
7
- runs-on: macOS-latest
8
- env:
9
- DEVELOPER_DIR: /Applications/Xcode_15.1.app/Contents/Developer
+ runs-on: macos-13.0
10
steps:
11
- uses: actions/checkout@v4
12
- name: Run Tests
0 commit comments