Skip to content

Commit c9d2fea

Browse files
fix macos builds
1 parent 39abf1a commit c9d2fea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
swift-sdk-checksum: d2225840e592389ca517bbf71652f7003dbf45ac35d1e57d98b9250368769378
6767
product: edge
6868
- artifact-name: edge-cli-macos-arm64
69-
os: macos-15
70-
xcode-select: /Applications/Xcode_16.3.app
69+
os: macos-26
70+
xcode-select: /Applications/Xcode_26.0.app
7171
product: edge
7272

7373
name: ${{ matrix.artifact-name }}

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
include:
1313
- os: ubuntu-22.04-arm
1414
container: swift:6.2.0
15-
- os: macos-15
16-
xcode-select: /Applications/Xcode_16.3.app
15+
- os: macos-26
16+
xcode-select: /Applications/Xcode_26.0.app
1717

1818
runs-on: ${{ matrix.os }}
1919
container: ${{ matrix.container }}

0 commit comments

Comments
 (0)