Skip to content

Commit 8a026ba

Browse files
committed
Fix missing xcode build issues.
1 parent 9750b2b commit 8a026ba

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/workflows/nightly.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ jobs:
1616
include:
1717
- ios: ^26
1818
xcode: ^26
19+
macos: macos-26
1920
- ios: ^18
2021
xcode: ^16
22+
macos: macos-latest
2123
- ios: ^17
2224
xcode: ^16
25+
macos: macos-latest
2326
uses: ./.github/workflows/reusable-workflow.yaml
2427
with:
2528
lib: ${{ matrix.lib }}
@@ -36,10 +39,13 @@ jobs:
3639
include:
3740
- ios: ^26
3841
xcode: ^26
42+
macos: macos-26
3943
- ios: ^18
4044
xcode: ^16
45+
macos: macos-latest
4146
- ios: ^17
4247
xcode: ^16
48+
macos: macos-latest
4349
uses: ./.github/workflows/reusable-workflow.yaml
4450
with:
4551
lib: ${{ matrix.app }}

.github/workflows/pr.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,10 @@ jobs:
106106
include:
107107
- ios: ^26
108108
xcode: ^26
109+
macos: macos-26
109110
- ios: ^18
110111
xcode: ^16
112+
macos: macos-latest
111113
uses: ./.github/workflows/reusable-workflow.yaml
112114
with:
113115
lib: ${{ matrix.lib }}
@@ -125,8 +127,10 @@ jobs:
125127
include:
126128
- ios: ^26
127129
xcode: ^26
130+
macos: macos-26
128131
- ios: ^18
129132
xcode: ^16
133+
macos: macos-latest
130134
uses: ./.github/workflows/reusable-workflow.yaml
131135
with:
132136
lib: ${{ matrix.app }}

.github/workflows/reusable-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
required: false
1414
type: string
1515
macos:
16-
default: macos-26
16+
default: macos-latest
1717
required: false
1818
type: string
1919
is_pr:

0 commit comments

Comments
 (0)