Skip to content

Commit

Permalink
Increase Mac OS version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ealymbaev committed Oct 18, 2023
1 parent 7cf9a98 commit 8f8d708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_appstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build_and_deploy:
name: Build and Deploy to TestFlight
runs-on: macos-12
runs-on: macos-13

steps:
- name: Setup Xcode to 15.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build_and_deploy:
name: Build and Deploy to AppCenter
runs-on: macos-12
runs-on: macos-13

steps:
- name: Setup Xcode to 15.0
Expand Down

0 comments on commit 8f8d708

Please sign in to comment.