Skip to content

Commit 950b9d4

Browse files
authored
Merge branch 'main' into muukii/up
2 parents d0ec273 + adabcdc commit 950b9d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: maxim-lobanov/setup-xcode@v1
1111
with:
12-
xcode-version: "16.2"
12+
xcode-version: "26"
1313
- uses: actions/checkout@v2
1414
- name: Run Test
15-
run: xcodebuild -scheme swift-concurrency-task-manager test -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=18.0' | xcpretty
15+
run: swift test

0 commit comments

Comments
 (0)