Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Mar 9, 2024
1 parent e7f2b95 commit 4bb2348
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
types: [published]
env:
CI_XCODE_14: '/Applications/Xcode_14.3.1.app/Contents/Developer'
CI_XCODE_LATEST: '/Applications/Xcode_15.1.app/Contents/Developer'
CI_XCODE_LATEST: '/Applications/Xcode_15.2.app/Contents/Developer'

jobs:
cocoapods:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Get release version
Expand All @@ -26,7 +26,7 @@ jobs:
DEVELOPER_DIR: ${{ env.CI_XCODE_14 }}

docs:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Get release version
Expand Down

0 comments on commit 4bb2348

Please sign in to comment.