Skip to content

Commit 0ffdaf2

Browse files
authored
Update Build.yml
1 parent 3fd408d commit 0ffdaf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: macos-14
11+
runs-on: macos-26
1212

1313
steps:
1414
- uses: maxim-lobanov/[email protected]
1515
with:
16-
xcode-version: "16.0"
16+
xcode-version: "26.0"
1717
- uses: actions/checkout@v2
1818
- name: Install xcbeautify
1919
run: brew install xcbeautify
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: maxim-lobanov/[email protected]
2828
with:
29-
xcode-version: "16.0"
29+
xcode-version: "26.0"
3030
- uses: actions/checkout@v2
3131
with:
3232
submodules: true

0 commit comments

Comments
 (0)