Skip to content

Commit

Permalink
Revert Xcode version in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ealymbaev committed Oct 19, 2023
1 parent 8e636c3 commit 95e4281
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:
jobs:
build_and_deploy:
name: Build and Deploy to AppCenter
runs-on: macos-13
runs-on: macos-12

steps:
- name: Setup Xcode to 15.0
- name: Setup Xcode to 14.2
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'
xcode-version: '14.2'

- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 95e4281

Please sign in to comment.