File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 build :
13- runs-on : macos-latest
13+ runs-on : macos-26
1414
1515 steps :
1616 - uses : actions/checkout@v4
1717
1818 - name : Set up Xcode
1919 uses : maxim-lobanov/setup-xcode@v1
2020 with :
21- xcode-version : ' 16.1 '
21+ xcode-version : latest-stable
2222
2323 - uses : shimataro/ssh-key-action@v2
2424 with :
Original file line number Diff line number Diff line change 1212jobs :
1313 build :
1414 if : startsWith(github.event.head_commit.message, '[hotfix]')
15- runs-on : macos-latest
15+ runs-on : macos-26
1616
1717 steps :
1818 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1515jobs :
1616 build :
1717 if : ${{ github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true }}
18- runs-on : macos-latest
18+ runs-on : macos-26
1919
2020 steps :
2121 - uses : actions/checkout@v4
2222
2323 - name : Set up Xcode
2424 uses : maxim-lobanov/setup-xcode@v1
2525 with :
26- xcode-version : ' 16.1 '
26+ xcode-version : latest-stable
2727
2828 - uses : shimataro/ssh-key-action@v2
2929 with :
You can’t perform that action at this time.
0 commit comments