Skip to content

Commit 07697bf

Browse files
committed
release: Fix xcode build
1 parent 5d1d1a1 commit 07697bf

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ jobs:
432432
SERVICE_ACCOUNT_CREDENTIALS: ${{ secrets.SERVICE_ACCOUNT_CREDENTIALS }}
433433
build_apple:
434434
name: Build Apple clients
435-
runs-on: macos-15
435+
runs-on: macos-26
436436
needs:
437437
- calculate_version
438438
strategy:
@@ -479,14 +479,6 @@ jobs:
479479
uses: actions/setup-go@v5
480480
with:
481481
go-version: ^1.25.1
482-
- name: Setup Xcode stable
483-
if: matrix.if && github.ref == 'refs/heads/main-next'
484-
run: |-
485-
sudo xcode-select -s /Applications/Xcode_16.4.app
486-
- name: Setup Xcode beta
487-
if: matrix.if && github.ref == 'refs/heads/dev-next'
488-
run: |-
489-
sudo xcode-select -s /Applications/Xcode_16.4.app
490482
- name: Set tag
491483
if: matrix.if
492484
run: |-

0 commit comments

Comments
 (0)