Skip to content

Commit

Permalink
Set xcode version to 15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bwised committed Dec 10, 2024
1 parent 400d454 commit 3b7a5ff
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ env:

jobs:
release-adapter:
runs-on: macos-13
runs-on: macos-latest
steps:
- uses: chartboost/chartboost-mediation-ios-actions/release-adapter@v1
- name: Setup Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: '15.3'

- name: Release adapter
uses: chartboost/chartboost-mediation-ios-actions/release-adapter@v1
with:
allow-warnings: true

0 comments on commit 3b7a5ff

Please sign in to comment.