Skip to content

Commit a8561f2

Browse files
authored
Update to MacOS 26 & Xcode 26
1 parent e9f328f commit a8561f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/automated-ios-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: macos-14
15+
runs-on: macos-26
1616
steps:
1717
- uses: actions/checkout@v3
1818
- uses: maxim-lobanov/setup-xcode@v1
1919
with:
20-
xcode-version: '15.4'
20+
xcode-version: '26.0'
2121
- uses: yukiarrr/ios-build-action@v1.11.2
2222
with:
2323
project-path: qBitControl.xcodeproj

0 commit comments

Comments
 (0)