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.
2 parents d0ec273 + adabcdc commit 950b9d4Copy full SHA for 950b9d4
.github/workflows/Build.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: maxim-lobanov/setup-xcode@v1
11
with:
12
- xcode-version: "16.2"
+ xcode-version: "26"
13
- uses: actions/checkout@v2
14
- name: Run Test
15
- run: xcodebuild -scheme swift-concurrency-task-manager test -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=18.0' | xcpretty
+ run: swift test
0 commit comments