Skip to content

Commit 219a7ae

Browse files
committed
GHA: Drop beta, use Xcode 26.0.0
...
1 parent 504e7f8 commit 219a7ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
xcode26:
3939
runs-on: macos-15
4040
steps:
41-
- name: Select Xcode 26-beta
41+
- name: Select Xcode 26
4242
uses: maxim-lobanov/setup-xcode@v1.6.0
4343
with:
44-
xcode-version: 26-beta
44+
xcode-version: 26.0.0
4545
- name: Checkout Repository
4646
uses: actions/checkout@v4
4747
- name: Build Swift Debug Package

0 commit comments

Comments
 (0)