Skip to content

Commit 5fb3dcc

Browse files
authored
Merge pull request #1186 from mendix/moo/moo-2254/update-xcode-version-master
[MOO-2254] Master - Update Xcode version and MacOS
2 parents 980e636 + 94f1d13 commit 5fb3dcc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ios-build-custom-dev-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: macos-latest
12+
runs-on: macos-26
1313

1414
steps:
1515
- uses: actions/checkout@v3
16-
- name: switch XCode to 16.4
16+
- name: switch XCode to 26.2
1717
run: |
18-
sudo xcode-select -s /Applications/Xcode_16.4.app
18+
sudo xcode-select -s /Applications/Xcode_26.2.app
1919
2020
- name: update bundle identifier in Dev config
2121
shell: bash

0 commit comments

Comments
 (0)