Skip to content

Commit b74e33e

Browse files
Update deploy_new_version.yml
1 parent 2ee88eb commit b74e33e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy_new_version.yml

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

88
jobs:
99
deploy:
10-
runs-on: macos-latest
10+
runs-on: macos-15
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: maxim-lobanov/setup-xcode@v1
1414
with:
15-
xcode-version: "16.1"
15+
xcode-version: "16.2"
1616
- run: swift run
1717
working-directory: ./deploy_new_version
1818
env:

0 commit comments

Comments
 (0)