Skip to content

Commit 2e25f22

Browse files
authored
fix: bump macos version to 15 (#3007)
1 parent 0cb1020 commit 2e25f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sample-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
build_and_deploy_ios_testflight_qa:
1616
name: Build SampleApp iOS and Deploy-${{ github.ref == 'refs/heads/develop' }}
17-
runs-on: [macos-14]
17+
runs-on: [macos-15]
1818
steps:
1919
- name: Connect Bot
2020
uses: webfactory/[email protected]

0 commit comments

Comments
 (0)